#59D0BE

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

Shades of Downy #59D0BE

Tints of Downy #59D0BE

Color information

#59D0BE (or 0x59D0BE) is unknown color: approx Downy. HEX triplet: 59, D0 and BE. RGB value is (89,208,190). Sum of RGB (Red+Green+Blue) = 89+208+190=487 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.28% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #59D0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D0BE is #A62F41. Grayscale: #AAAAAA. Windows color (decimal): -10891074 or 12505177. OLE color: 12505177.

HSL color Cylindrical-coordinate representation of color #59D0BE: hue angle of 170.92º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59D0BE is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB89208190-
CMYK0.5700.090.18
HSL170.92º55.87%58.24%-
HSV(B)170.92º57.21%81.57%-
XYZ35.9750.9556.65-
YUV170.37139.0869.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.28%
GREEN value IS 208 (81.64% from 255) = 42.71%
BLUE value IS 190 (74.61% from 255) = 39.01%
R=18.28%
G=42.71%
B=39.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal892081900.5700.090.18170.9255.8758.24
Hex59D0BE390912ab383a
Octal13132027671011222537072
Binary10110011101000010111110111001010011001010101011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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