Html Css Color HEX #66DDB9 Downy

📋 copy color: '#66DDB9'

red 102 ◦ green 221 ◦ blue 185

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

Shades of Downy #66DDB9

Tints of Downy #66DDB9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.5%

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

R = 20.08%
G = 43.5%
B = 36.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#66DDB9 (or 0x66DDB9) is known color: Downy. HEX triplet: 66, DD and B9. RGB value is (102,221,185). Sum of RGB (Red+Green+Blue) = 102+221+185=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDB9 is #992246. Grayscale: #B5B5B5. Windows color (decimal): -10035783 or 12180838. OLE color: 12180838.

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

Color convert

RGB 102 221 185 -
CMYK 0.54 0 0.16 0.13
HSL 161.85º 0.64% 0.63% -
HSV(B) 161.85º 0.54% 0.87% -
XYZ 40.09 58.04 54.99 -
YUV 181.32 130.08 71.43 -
System Red Green Blue C M Y K H S L
Decimal 102 221 185 0.54 0 0.16 0.13 161.85 0.64 0.63
Hex 66 DD B9 36 0 10 D A2 40 3F
Octal 146 335 271 66 0 20 15 242 100 77
Binary 1100110 11011101 10111001 110110 0 10000 1101 10100010 1000000 111111

Color Harmonies of #66DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DDB9

Black with #66DDB9

Text Example


Text Example

White with #66DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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