COLOR #66E6B8

HEX: #66E6B8
RGB: (102,230,184)

Color info

#66E6B8 contains mainly green and blue colors. Web safe color of #66E6B8 is #66CCCC (or #6CC).

RGB color model

#66E6B8 color RGB value is (102,230,184).

  • red value is 102;
  • green value is 230;
  • blue value is 184.
RGB:
(102,230,184)
(40%,90%,72%)

RGB channels and saturation

R 102 of 255 = 40%
G 230 of 255 = 90%
B 184 of 255 = 72%

102
230
184

R + G + B ~ 67%. #66E6B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 230 + 184 = 516 (100%)
R 102 of 516 ~ 19.77%
G 230 of 516 ~ 44.57%
B 184 of 516 ~ 35.66%

%19.77
%44.57
%35.66

CMYK color model

#66E6B8 color CMYK value is (56,0,20,10).

  • cyan value is 55.65%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 9.80%
CMYK:
(56,0,20,10)
C56M0Y20K10 
(56%,0%,20%,10%)
(0.56/0.00/0.20/0.10)	

CMYK percentages

%55.65
%0
%20
%9.8

Codes

Color #66E6B8 in popluar color models

66E6B8
RGB102230184
HSL158°71.91%65.10%
HSB/HSV158°55.65%90.20%
CMYK55.65%0.00%20.00%
9.80%

Color #66E6B8 in popluar number systems.

HEX66E6B8
Decimal102230184
Binary11001101110011010111000
Octal146346270

Shades and tints

Shades of #66E6B8

#66E6B8
(102,230,184)
#5DD2A8
(93,210,168)
#54BE98
(84,190,152)
#4BAA88
(75,170,136)
#429678
(66,150,120)
#398268
(57,130,104)
#306E58
(48,110,88)
#275A48
(39,90,72)
#1E4638
(30,70,56)
#153228
(21,50,40)
#0C1E18
(12,30,24)
#000000
(0,0,0)

Tints of #66E6B8

#66E6B8
(102,230,184)
#73E8BE
(115,232,190)
#80EAC4
(128,234,196)
#8DECCA
(141,236,202)
#9AEED0
(154,238,208)
#A7F0D6
(167,240,214)
#B4F2DC
(180,242,220)
#C1F4E2
(193,244,226)
#CEF6E8
(206,246,232)
#DBF8EE
(219,248,238)
#E8FAF4
(232,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66E6B8 color. Also use rgb(102,230,184) instead hex code.

Text Font Color

.myTextColor { color: #66E6B8; }

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

This text font color is #66E6B8.


Background Color

.myBgColor { background-color: #66E6B8; }

<div style="background-color:#66E6B8">Inner text</div>

This div background color is #66E6B8.


Border color

.myBorderColor { border: 1px solid #66E6B8; }

<div style="border:3px solid #66E6B8">Div</div>

This div border color is #66E6B8.


Opacity

.myOpacity80 { color: #66E6B8; opacity: 0.8; }

<p style="color:#66E6B8;opacity:0.8;">80%</p>

Text with #66E6B8 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 #66E6B8;}

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

This text has shadow with #66E6B8 color.

.textShadow {text-shadow: 3px 3px 1px #66E6B8, 3px 3px 1px red;}

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

This text has shadow with #66E6B8 primary color and red secondary color.


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

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

This text has shadow with #66E6B8 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #66E6B8;
-webkit-box-shadow: 1px 1px 3px 2px #66E6B8;
box-shadow:1px 1px 3px 2px #66E6B8;">
Div content here</div>
This div box has shadow with color #66E6B8.

Preview

Color preview on black background

This text has color #66E6B8 on black background.


Color preview on white background

This text has color #66E6B8 on white background.



Black color preview on #66E6B8 background

This text has black color on #66E6B8 background.


White color preview on #66E6B8 background

This text has white color on #66E6B8 background.