Html Css Color HEX #66E8CB Downy

📋 copy color: '#66E8CB'

red 102 ◦ green 232 ◦ blue 203

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

Shades of Downy #66E8CB

Tints of Downy #66E8CB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.2%

 BLUE value IS 203 (79.69% from 255) = 37.8%

R = 18.99%
G = 43.2%
B = 37.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#66E8CB (or 0x66E8CB) is known color: Downy. HEX triplet: 66, E8 and CB. RGB value is (102,232,203). Sum of RGB (Red+Green+Blue) = 102+232+203=537 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.99% from 537); Green value is 232 (91.02% from 255 or 43.20% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 232 - color contains mainly: green. Hex color #66E8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66E8CB is #991734. Grayscale: #BDBDBD. Windows color (decimal): -10032949 or 13363302. OLE color: 13363302.

HSL color Cylindrical-coordinate representation of color #66E8CB: hue angle of 166.62º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66E8CB is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 102 232 203 -
CMYK 0.56 0 0.12 0.09
HSL 166.62º 0.74% 0.65% -
HSV(B) 166.62º 0.56% 0.91% -
XYZ 45.12 64.85 66.64 -
YUV 189.82 135.43 65.36 -
System Red Green Blue C M Y K H S L
Decimal 102 232 203 0.56 0 0.12 0.09 166.62 0.74 0.65
Hex 66 E8 CB 38 0 C 9 A7 4A 41
Octal 146 350 313 70 0 14 11 247 112 101
Binary 1100110 11101000 11001011 111000 0 1100 1001 10100111 1001010 1000001

Color Harmonies of #66E8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E8CB

Black with #66E8CB

Text Example


Text Example

White with #66E8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,232,203); }

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

background-color css

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

 a { background-color: rgb(102,232,203); }

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

border-color css

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

 span { border-color: rgb(102,232,203); }

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