Html Css Color HEX #66DEB8 Downy

📋 copy color: '#66DEB8'

red 102 ◦ green 222 ◦ blue 184

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

Shades of Downy #66DEB8

Tints of Downy #66DEB8

RGB

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

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

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

R = 20.08%
G = 43.7%
B = 36.22%

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

#66DEB8 (or 0x66DEB8) is known color: Downy. HEX triplet: 66, DE and B8. RGB value is (102,222,184). Sum of RGB (Red+Green+Blue) = 102+222+184=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #66DEB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DEB8 is #992147. Grayscale: #B5B5B5. Windows color (decimal): -10035528 or 12115558. OLE color: 12115558.

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

Color convert

RGB 102 222 184 -
CMYK 0.54 0 0.17 0.13
HSL 161º 0.65% 0.64% -
HSV(B) 161º 0.54% 0.87% -
XYZ 40.25 58.53 54.52 -
YUV 181.79 129.24 71.09 -
System Red Green Blue C M Y K H S L
Decimal 102 222 184 0.54 0 0.17 0.13 161 0.65 0.64
Hex 66 DE B8 36 0 11 D A1 41 40
Octal 146 336 270 66 0 21 15 241 101 100
Binary 1100110 11011110 10111000 110110 0 10001 1101 10100001 1000001 1000000

Color Harmonies of #66DEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DEB8

Black with #66DEB8

Text Example


Text Example

White with #66DEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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