COLOR #42B88B

HEX: #42B88B RGB: (66,184,139)

Color info

#42B88B contains mainly green and blue colors. Web safe color of #42B88B is #33CC99 (or #3C9).

RGB color model

#42B88B color RGB value is (66,184,139).

RGB: (66,184,139) (26%, 72%, 55%)

RGB channels and saturation

R 66 of 255 = 26%
G 184 of 255 = 72%
B 139 of 255 = 55%

66
184
139

R + G + B ~ 51%. #42B88B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 66 + 184 + 139 = 389 (100%)
R 66 of 389 ~ 16.97%
G 184 of 389 ~ 47.3%
B 139 of 389 ~ 35.73'%

%16.97
%47.3
%35.73

CMYK color model

#42B88B color CMYK value is (64,0,24,28).

  • cyan value is 64.13%
  • magenta value is 0.00%
  • yellow value is 24.46%
  • key color value is 27.84%

CMYK: (64,0,24,28)
C64M0Y24K28 (64%, 0%, 24%, 28%)
(0.64 / 0.00 / 0.24 / 0.28)

CMYK percentages

%64.13
%0
%24.46
%27.84

Codes

Color #42B88B in popluar color models

42 B8 8B
RGB 66 184 139
HSL 157° 47.20% 49.02%
HSB/HSV 157° 64.13% 72.16%
CMYK 64.13% 0.00% 24.46%
27.84%

Color #42B88B in popluar number systems.

HEX 42 B8 8B
Decimal 66 184 139
Binary 1000010 10111000 10001011
Octal 102 270 213

Shades and tints

Shades of #42B88B

#42B88B
(66,184,139)
#3CA87F
(60,168,127)
#369873
(54,152,115)
#308867
(48,136,103)
#2A785B
(42,120,91)
#24684F
(36,104,79)
#1E5843
(30,88,67)
#184837
(24,72,55)
#12382B
(18,56,43)
#0C281F
(12,40,31)
#061813
(6,24,19)
#000000
(0,0,0)

Tints of #42B88B

#42B88B
(66,184,139)
#53BE95
(83,190,149)
#64C49F
(100,196,159)
#75CAA9
(117,202,169)
#86D0B3
(134,208,179)
#97D6BD
(151,214,189)
#A8DCC7
(168,220,199)
#B9E2D1
(185,226,209)
#CAE8DB
(202,232,219)
#DBEEE5
(219,238,229)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42B88B color. Also use rgb(66,184,139) instead hex code.

Text Font Color

.myTextColor { color: #42B88B; }

<p style="color:#42B88B">This sample text font color is #42B88B.</p>

This text font color is #42B88B.

Background Color

.myBgColor { background-color: #42B88B; }

<div style="background-color:#42B88B">Inner text</div>

This div background color is #42B88B.

Border color

.myBorderColor { border: 1px solid #42B88B; }

<div style="border:3px solid #42B88B">Div</div>

This div border color is #42B88B.

Opacity

.myOpacity80 { color: #42B88B; opacity: 0.8; }

<p style="color:#42B88B;opacity:0.8;">80%</p>

Text with #42B88B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #42B88B;}

<p style="text-shadow: 3px 3px 1px #42B88B">Text here.</p>

This text has shadow with #42B88B color.


.textShadow {text-shadow: 3px 3px 1px #42B88B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #42B88B, 5px 5px 20px red">Text here.</p>

This text has shadow with #42B88B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#42B88B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#42B88B, Direction=45, Strength=4)">Text</p>

This text has shadow with #42B88B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #42B88B;
-webkit-box-shadow: 1px 1px 3px 2px #42B88B;
box-shadow: 1px 1px 3px 2px #42B88B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #42B88B; -webkit-box-shadow: 1px 1px 3px 2px #42B88B; box-shadow:1px 1px 3px 2px #42B88B;">
Div content here
</div>

This div box has shadow with color #42B88B.

Preview

Color preview on black background

This text has color #42B88B on black background.


Color preview on white background

This text has color #42B88B on white background.


Black color preview on #42B88B background

This text has black color on #42B88B background.


White color preview on #42B88B background

This text has white color on #42B88B background.


Related colors

Complementary color

Complementary color for #hex is #BD4774.


I love getcolorcode.com

Triadic colors

1 #8B42B8 and #B88B42 with #42B88B are triadic colors.

2 #8BB842 and #B8428B with #42B88B are triadic colors.