Html Css Color HEX #66DDBD Downy

📋 copy color: '#66DDBD'

red 102 ◦ green 221 ◦ blue 189

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

Shades of Downy #66DDBD

Tints of Downy #66DDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.91%

R = 19.92%
G = 43.16%
B = 36.91%

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

#66DDBD (or 0x66DDBD) is known color: Downy. HEX triplet: 66, DD and BD. RGB value is (102,221,189). Sum of RGB (Red+Green+Blue) = 102+221+189=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #66DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DDBD is #992242. Grayscale: #B5B5B5. Windows color (decimal): -10035779 or 12442982. OLE color: 12442982.

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

Color convert

RGB 102 221 189 -
CMYK 0.54 0 0.14 0.13
HSL 163.87º 0.64% 0.63% -
HSV(B) 163.87º 0.54% 0.87% -
XYZ 40.52 58.21 57.24 -
YUV 181.77 132.08 71.1 -
System Red Green Blue C M Y K H S L
Decimal 102 221 189 0.54 0 0.14 0.13 163.87 0.64 0.63
Hex 66 DD BD 36 0 E D A4 40 3F
Octal 146 335 275 66 0 16 15 244 100 77
Binary 1100110 11011101 10111101 110110 0 1110 1101 10100100 1000000 111111

Color Harmonies of #66DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DDBD

Black with #66DDBD

Text Example


Text Example

White with #66DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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