Html Css Color HEX #66E5CA Downy

📋 copy color: '#66E5CA'

red 102 ◦ green 229 ◦ blue 202

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

Shades of Downy #66E5CA

Tints of Downy #66E5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.9%

R = 19.14%
G = 42.96%
B = 37.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#66E5CA (or 0x66E5CA) is known color: Downy. HEX triplet: 66, E5 and CA. RGB value is (102,229,202). Sum of RGB (Red+Green+Blue) = 102+229+202=533 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.14% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #66E5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66E5CA is #991A35. Grayscale: #BBBBBB. Windows color (decimal): -10033718 or 13296998. OLE color: 13296998.

HSL color Cylindrical-coordinate representation of color #66E5CA: hue angle of 167.24º 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 #66E5CA is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 102 229 202 -
CMYK 0.55 0 0.12 0.10
HSL 167.24º 0.71% 0.65% -
HSV(B) 167.24º 0.55% 0.9% -
XYZ 44.16 63.13 65.73 -
YUV 187.95 135.92 66.7 -
System Red Green Blue C M Y K H S L
Decimal 102 229 202 0.55 0 0.12 0.10 167.24 0.71 0.65
Hex 66 E5 CA 37 0 C A A7 47 41
Octal 146 345 312 67 0 14 12 247 107 101
Binary 1100110 11100101 11001010 110111 0 1100 1010 10100111 1000111 1000001

Color Harmonies of #66E5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E5CA

Black with #66E5CA

Text Example


Text Example

White with #66E5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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