Html Css Color HEX #66E5CF Downy

📋 copy color: '#66E5CF'

red 102 ◦ green 229 ◦ blue 207

#66E5CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #66E5CF

Tints of Downy #66E5CF

RGB

 RED value IS 102 (40.23% from 255) = 18.96%

 GREEN value IS 229 (89.84% from 255) = 42.57%

 BLUE value IS 207 (81.25% from 255) = 38.48%

R = 18.96%
G = 42.57%
B = 38.48%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#66E5CF (or 0x66E5CF) is known color: Downy. HEX triplet: 66, E5 and CF. RGB value is (102,229,207). Sum of RGB (Red+Green+Blue) = 102+229+207=538 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.96% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #66E5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E5CF is #991A30. Grayscale: #BCBCBC. Windows color (decimal): -10033713 or 13624678. OLE color: 13624678.

HSL color Cylindrical-coordinate representation of color #66E5CF: hue angle of 169.61º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E5CF is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 102 229 207 -
CMYK 0.55 0 0.10 0.10
HSL 169.61º 0.71% 0.65% -
HSV(B) 169.61º 0.55% 0.9% -
XYZ 44.76 63.37 68.9 -
YUV 188.52 138.42 66.29 -
System Red Green Blue C M Y K H S L
Decimal 102 229 207 0.55 0 0.10 0.10 169.61 0.71 0.65
Hex 66 E5 CF 37 0 A A AA 47 41
Octal 146 345 317 67 0 12 12 252 107 101
Binary 1100110 11100101 11001111 110111 0 1010 1010 10101010 1000111 1000001

Color Harmonies of #66E5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E5CF

Black with #66E5CF

Text Example


Text Example

White with #66E5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66E5CF; }

 p { color: rgb(102,229,207); }

 H1.HeaderClassName
 {
   color: #66E5CF;
 }
 .AnyTagClassName
 {
   color: #66E5CF;
 }
</style>

background-color css

<style>
 a { background-color: #66E5CF; }

 a { background-color: rgb(102,229,207); }

 div.DivClassName
 {
   background-color: #66E5CF;
 }
 .BgClassName
 {
   background-color: #66E5CF;
 }
</style>

border-color css

<style>
 span { border-color: #66E5CF; }

 span { border-color: rgb(102,229,207); }

 td.TdClassName
 {
   border-color: #66E5CF;
 }
 .TagClassName
 {
   border-color: #66E5CF;
 }
</style>