#59D5BA

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

Shades of Downy #59D5BA

Tints of Downy #59D5BA

Color information

#59D5BA (or 0x59D5BA) is unknown color: approx Downy. HEX triplet: 59, D5 and BA. RGB value is (89,213,186). Sum of RGB (Red+Green+Blue) = 89+213+186=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #59D5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D5BA is #A62A45. Grayscale: #ACACAC. Windows color (decimal): -10889798 or 12244313. OLE color: 12244313.

HSL color Cylindrical-coordinate representation of color #59D5BA: hue angle of 166.94º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59D5BA is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB89213186-
CMYK0.5800.130.16
HSL166.94º59.62%59.22%-
HSV(B)166.94º58.22%83.53%-
XYZ36.7853.2654.8-
YUV172.85135.4268.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.24%
GREEN value IS 213 (83.59% from 255) = 43.65%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=18.24%
G=43.65%
B=38.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal892131860.5800.130.16166.9459.6259.22
Hex59D5BA3A0D10a73c3b
Octal13132527272015202477473
Binary10110011101010110111010111010011011000010100111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,213,186); }

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

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

 a { background-color: rgb(89,213,186); }

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

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

 span { border-color: rgb(89,213,186); }

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