Html Css Color HEX #66DDBE Downy

📋 copy color: '#66DDBE'

red 102 ◦ green 221 ◦ blue 190

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

Shades of Downy #66DDBE

Tints of Downy #66DDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 19.88%
G = 43.08%
B = 37.04%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#66DDBE (or 0x66DDBE) is known color: Downy. HEX triplet: 66, DD and BE. RGB value is (102,221,190). Sum of RGB (Red+Green+Blue) = 102+221+190=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDBE is #992241. Grayscale: #B5B5B5. Windows color (decimal): -10035778 or 12508518. OLE color: 12508518.

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

Color convert

RGB 102 221 190 -
CMYK 0.54 0 0.14 0.13
HSL 164.37º 0.64% 0.63% -
HSV(B) 164.37º 0.54% 0.87% -
XYZ 40.63 58.26 57.82 -
YUV 181.89 132.58 71.02 -
System Red Green Blue C M Y K H S L
Decimal 102 221 190 0.54 0 0.14 0.13 164.37 0.64 0.63
Hex 66 DD BE 36 0 E D A4 40 3F
Octal 146 335 276 66 0 16 15 244 100 77
Binary 1100110 11011101 10111110 110110 0 1110 1101 10100100 1000000 111111

Color Harmonies of #66DDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DDBE

Black with #66DDBE

Text Example


Text Example

White with #66DDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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