#66EABD

Color #66EABD Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #66EABD

Tints of Downy #66EABD

Color information

#66EABD (or 0x66EABD) is unknown color: approx Downy. HEX triplet: 66, EA and BD. RGB value is (102,234,189). Sum of RGB (Red+Green+Blue) = 102+234+189=525 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.43% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #66EABD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EABD is #991542. Grayscale: #BDBDBD. Windows color (decimal): -10032451 or 12446310. OLE color: 12446310.

HSL color Cylindrical-coordinate representation of color #66EABD: hue angle of 159.55º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66EABD is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB102234189-
CMYK0.5600.190.08
HSL159.55º75.86%65.88%-
HSV(B)159.55º56.41%91.76%-
XYZ44.0965.3458.43-
YUV189.4127.7765.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.43%
GREEN value IS 234 (91.80% from 255) = 44.57%
BLUE value IS 189 (74.22% from 255) = 36%
R=19.43%
G=44.57%
B=36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1022341890.5600.190.08159.5575.8665.88
Hex66EABD380138a04c42
Octal1463522757002310240114102
Binary1100110111010101011110111100001001110001010000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66EABD;
 }
 .AnyTagClassName
 {
   color: #66EABD;
 }
</style>
background-color css

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

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

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

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

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

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