Html Css Color HEX #66DBB9 Downy

📋 copy color: '#66DBB9'

red 102 ◦ green 219 ◦ blue 185

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

Shades of Downy #66DBB9

Tints of Downy #66DBB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.56%

R = 20.16%
G = 43.28%
B = 36.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#66DBB9 (or 0x66DBB9) is known color: Downy. HEX triplet: 66, DB and B9. RGB value is (102,219,185). Sum of RGB (Red+Green+Blue) = 102+219+185=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #66DBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DBB9 is #992446. Grayscale: #B4B4B4. Windows color (decimal): -10036295 or 12180326. OLE color: 12180326.

HSL color Cylindrical-coordinate representation of color #66DBB9: hue angle of 162.56º 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 #66DBB9 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 219 185 -
CMYK 0.53 0 0.16 0.14
HSL 162.56º 0.62% 0.63% -
HSV(B) 162.56º 0.53% 0.86% -
XYZ 39.57 56.99 54.81 -
YUV 180.14 130.74 72.26 -
System Red Green Blue C M Y K H S L
Decimal 102 219 185 0.53 0 0.16 0.14 162.56 0.62 0.63
Hex 66 DB B9 35 0 10 E A3 3E 3F
Octal 146 333 271 65 0 20 16 243 76 77
Binary 1100110 11011011 10111001 110101 0 10000 1110 10100011 111110 111111

Color Harmonies of #66DBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DBB9

Black with #66DBB9

Text Example


Text Example

White with #66DBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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