#59E9BC

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

Shades of Downy #59E9BC

Tints of Downy #59E9BC

Color information

#59E9BC (or 0x59E9BC) is unknown color: approx Downy. HEX triplet: 59, E9 and BC. RGB value is (89,233,188). Sum of RGB (Red+Green+Blue) = 89+233+188=510 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.45% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #59E9BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E9BC is #A61643. Grayscale: #B8B8B8. Windows color (decimal): -10884676 or 12380505. OLE color: 12380505.

HSL color Cylindrical-coordinate representation of color #59E9BC: hue angle of 161.25º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59E9BC is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB89233188-
CMYK0.6200.190.09
HSL161.25º76.6%63.14%-
HSV(B)161.25º61.8%91.37%-
XYZ42.3464.0357.71-
YUV184.81129.7959.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.45%
GREEN value IS 233 (91.41% from 255) = 45.69%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=17.45%
G=45.69%
B=36.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal892331880.6200.190.09161.2576.663.14
Hex59E9BC3E0139a14d3f
Octal131351274760231124111577
Binary101100111101001101111001111100100111001101000011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,233,188); }

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

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

 a { background-color: rgb(89,233,188); }

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

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

 span { border-color: rgb(89,233,188); }

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