#59DEBE

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

Shades of Downy #59DEBE

Tints of Downy #59DEBE

Color information

#59DEBE (or 0x59DEBE) is unknown color: approx Downy. HEX triplet: 59, DE and BE. RGB value is (89,222,190). Sum of RGB (Red+Green+Blue) = 89+222+190=501 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.76% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #59DEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DEBE is #A62141. Grayscale: #B2B2B2. Windows color (decimal): -10887490 or 12508761. OLE color: 12508761.

HSL color Cylindrical-coordinate representation of color #59DEBE: hue angle of 165.56º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DEBE is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB89222190-
CMYK0.6000.140.13
HSL165.56º66.83%60.98%-
HSV(B)165.56º59.91%87.06%-
XYZ39.5458.0857.84-
YUV178.58134.4464.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.76%
GREEN value IS 222 (87.11% from 255) = 44.31%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=17.76%
G=44.31%
B=37.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal892221900.6000.140.13165.5666.8360.98
Hex59DEBE3C0EDa6433d
Octal131336276740161524610375
Binary10110011101111010111110111100011101101101001101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59DEBE; }

 p { color: rgb(89,222,190); }

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

<style>
 a { background-color: #59DEBE; }

 a { background-color: rgb(89,222,190); }

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

<style>
 span { border-color: #59DEBE; }

 span { border-color: rgb(89,222,190); }

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