COLOR #66F7AE

HEX: #66F7AE RGB: (102,247,174)

Color info

#66F7AE contains mainly green color. Web safe color of #66F7AE is #66FF99 (or #6F9).

RGB color model

#66F7AE color RGB value is (102,247,174).

RGB: (102,247,174) (40%, 97%, 68%)

RGB channels and saturation

R 102 of 255 = 40%
G 247 of 255 = 97%
B 174 of 255 = 68%

102
247
174

R + G + B ~ 68%. #66F7AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 102 + 247 + 174 = 523 (100%)
R 102 of 523 ~ 19.5%
G 247 of 523 ~ 47.23%
B 174 of 523 ~ 33.27'%

%19.5
%47.23
%33.27

CMYK color model

#66F7AE color CMYK value is (59,0,30,3).

  • cyan value is 58.70%
  • magenta value is 0.00%
  • yellow value is 29.55%
  • key color value is 3.14%
CMYK: (59,0,30,3) C59M0Y30K3 (59%,0%,30%,3%) (0.59/0.00/0.30/0.03) 

CMYK percentages

%58.7
%0
%29.55
%3.14

Codes

Color #66F7AE in popluar color models

66 F7 AE
RGB 102 247 174
HSL 150° 90.06% 68.43%
HSB/HSV 150° 58.70% 96.86%
CMYK 58.70% 0.00% 29.55%
3.14%

Color #66F7AE in popluar number systems.

HEX 66 F7 AE
Decimal 102 247 174
Binary 1100110 11110111 10101110
Octal 146 367 256

Shades and tints

Shades of #66F7AE

#66F7AE
(102,247,174)
#5DE19F
(93,225,159)
#54CB90
(84,203,144)
#4BB581
(75,181,129)
#429F72
(66,159,114)
#398963
(57,137,99)
#307354
(48,115,84)
#275D45
(39,93,69)
#1E4736
(30,71,54)
#153127
(21,49,39)
#0C1B18
(12,27,24)
#000000
(0,0,0)

Tints of #66F7AE

#66F7AE
(102,247,174)
#73F7B5
(115,247,181)
#80F7BC
(128,247,188)
#8DF7C3
(141,247,195)
#9AF7CA
(154,247,202)
#A7F7D1
(167,247,209)
#B4F7D8
(180,247,216)
#C1F7DF
(193,247,223)
#CEF7E6
(206,247,230)
#DBF7ED
(219,247,237)
#E8F7F4
(232,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66F7AE color. Also use rgb(102,247,174) instead hex code.

Text Font Color

.myTextColor { color: #66F7AE; }

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

This text font color is #66F7AE.

Background Color

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

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

This div background color is #66F7AE.

Border color

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

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

This div border color is #66F7AE.

Opacity

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

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

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

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

This text has shadow with #66F7AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66F7AE.

Preview

Color preview on black background

This text has color #66F7AE on black background.


Color preview on white background

This text has color #66F7AE on white background.


Black color preview on #66F7AE background

This text has black color on #66F7AE background.


White color preview on #66F7AE background

This text has white color on #66F7AE background.


Related colors

Complementary color

Complementary color for #hex is #990851.


I love getcolorcode.com

Triadic colors

1 #AE66F7 and #F7AE66 with #66F7AE are triadic colors.

2 #AEF766 and #F766AE with #66F7AE are triadic colors.