#59DEBB

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

Shades of Downy #59DEBB

Tints of Downy #59DEBB

Color information

#59DEBB (or 0x59DEBB) is unknown color: approx Downy. HEX triplet: 59, DE and BB. RGB value is (89,222,187). Sum of RGB (Red+Green+Blue) = 89+222+187=498 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.87% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #59DEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DEBB is #A62144. Grayscale: #B2B2B2. Windows color (decimal): -10887493 or 12312153. OLE color: 12312153.

HSL color Cylindrical-coordinate representation of color #59DEBB: hue angle of 164.21º 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 #59DEBB is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB89222187-
CMYK0.6000.160.13
HSL164.21º66.83%60.98%-
HSV(B)164.21º59.91%87.06%-
XYZ39.2157.9556.13-
YUV178.24132.9464.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.87%
GREEN value IS 222 (87.11% from 255) = 44.58%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=17.87%
G=44.58%
B=37.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal892221870.6000.160.13164.2166.8360.98
Hex59DEBB3C010Da4433d
Octal131336273740201524410375
Binary101100111011110101110111111000100001101101001001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59DEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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