Html Css Color HEX #66DEC8 Downy

📋 copy color: '#66DEC8'

red 102 ◦ green 222 ◦ blue 200

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

Shades of Downy #66DEC8

Tints of Downy #66DEC8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.37%

 BLUE value IS 200 (78.52% from 255) = 38.17%

R = 19.47%
G = 42.37%
B = 38.17%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#66DEC8 (or 0x66DEC8) is known color: Downy. HEX triplet: 66, DE and C8. RGB value is (102,222,200). Sum of RGB (Red+Green+Blue) = 102+222+200=524 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.47% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #66DEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DEC8 is #992137. Grayscale: #B7B7B7. Windows color (decimal): -10035512 or 13164134. OLE color: 13164134.

HSL color Cylindrical-coordinate representation of color #66DEC8: hue angle of 169º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DEC8 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 222 200 -
CMYK 0.54 0 0.10 0.13
HSL 169º 0.65% 0.64% -
HSV(B) 169º 0.54% 0.87% -
XYZ 42.03 59.24 63.86 -
YUV 183.61 137.24 69.79 -
System Red Green Blue C M Y K H S L
Decimal 102 222 200 0.54 0 0.10 0.13 169 0.65 0.64
Hex 66 DE C8 36 0 A D A9 41 40
Octal 146 336 310 66 0 12 15 251 101 100
Binary 1100110 11011110 11001000 110110 0 1010 1101 10101001 1000001 1000000

Color Harmonies of #66DEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DEC8

Black with #66DEC8

Text Example


Text Example

White with #66DEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,222,200); }

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

background-color css

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

 a { background-color: rgb(102,222,200); }

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

border-color css

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

 span { border-color: rgb(102,222,200); }

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