Html Css Color HEX #66DABD Downy

📋 copy color: '#66DABD'

red 102 ◦ green 218 ◦ blue 189

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

Shades of Downy #66DABD

Tints of Downy #66DABD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.83%

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

R = 20.04%
G = 42.83%
B = 37.13%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#66DABD (or 0x66DABD) is known color: Downy. HEX triplet: 66, DA and BD. RGB value is (102,218,189). Sum of RGB (Red+Green+Blue) = 102+218+189=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #66DABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DABD is #992542. Grayscale: #B4B4B4. Windows color (decimal): -10036547 or 12442214. OLE color: 12442214.

HSL color Cylindrical-coordinate representation of color #66DABD: hue angle of 165º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DABD is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 218 189 -
CMYK 0.53 0 0.13 0.15
HSL 165º 0.61% 0.63% -
HSV(B) 165º 0.53% 0.85% -
XYZ 39.74 56.64 56.98 -
YUV 180.01 133.07 72.36 -
System Red Green Blue C M Y K H S L
Decimal 102 218 189 0.53 0 0.13 0.15 165 0.61 0.63
Hex 66 DA BD 35 0 D F A5 3D 3F
Octal 146 332 275 65 0 15 17 245 75 77
Binary 1100110 11011010 10111101 110101 0 1101 1111 10100101 111101 111111

Color Harmonies of #66DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DABD

Black with #66DABD

Text Example


Text Example

White with #66DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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