Html Css Color HEX #66DBC6 Downy

📋 copy color: '#66DBC6'

red 102 ◦ green 219 ◦ blue 198

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

Shades of Downy #66DBC6

Tints of Downy #66DBC6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.2%

 BLUE value IS 198 (77.73% from 255) = 38.15%

R = 19.65%
G = 42.2%
B = 38.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#66DBC6 (or 0x66DBC6) is known color: Downy. HEX triplet: 66, DB and C6. RGB value is (102,219,198). Sum of RGB (Red+Green+Blue) = 102+219+198=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DBC6 is #992439. Grayscale: #B5B5B5. Windows color (decimal): -10036282 or 13032294. OLE color: 13032294.

HSL color Cylindrical-coordinate representation of color #66DBC6: hue angle of 169.23º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DBC6 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 219 198 -
CMYK 0.53 0 0.10 0.14
HSL 169.23º 0.62% 0.63% -
HSV(B) 169.23º 0.53% 0.86% -
XYZ 41 57.57 62.38 -
YUV 181.62 137.24 71.21 -
System Red Green Blue C M Y K H S L
Decimal 102 219 198 0.53 0 0.10 0.14 169.23 0.62 0.63
Hex 66 DB C6 35 0 A E A9 3E 3F
Octal 146 333 306 65 0 12 16 251 76 77
Binary 1100110 11011011 11000110 110101 0 1010 1110 10101001 111110 111111

Color Harmonies of #66DBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DBC6

Black with #66DBC6

Text Example


Text Example

White with #66DBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,219,198); }

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

background-color css

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

 a { background-color: rgb(102,219,198); }

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

border-color css

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

 span { border-color: rgb(102,219,198); }

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