Html Css Color HEX #66DDB8 Downy

📋 copy color: '#66DDB8'

red 102 ◦ green 221 ◦ blue 184

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

Shades of Downy #66DDB8

Tints of Downy #66DDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.29%

R = 20.12%
G = 43.59%
B = 36.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#66DDB8 (or 0x66DDB8) is known color: Downy. HEX triplet: 66, DD and B8. RGB value is (102,221,184). Sum of RGB (Red+Green+Blue) = 102+221+184=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDB8 is #992247. Grayscale: #B5B5B5. Windows color (decimal): -10035784 or 12115302. OLE color: 12115302.

HSL color Cylindrical-coordinate representation of color #66DDB8: hue angle of 161.34º 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 #66DDB8 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 221 184 -
CMYK 0.54 0 0.17 0.13
HSL 161.34º 0.64% 0.63% -
HSV(B) 161.34º 0.54% 0.87% -
XYZ 39.99 58 54.43 -
YUV 181.2 129.58 71.51 -
System Red Green Blue C M Y K H S L
Decimal 102 221 184 0.54 0 0.17 0.13 161.34 0.64 0.63
Hex 66 DD B8 36 0 11 D A1 40 3F
Octal 146 335 270 66 0 21 15 241 100 77
Binary 1100110 11011101 10111000 110110 0 10001 1101 10100001 1000000 111111

Color Harmonies of #66DDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DDB8

Black with #66DDB8

Text Example


Text Example

White with #66DDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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