#59E8BC

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

Shades of Downy #59E8BC

Tints of Downy #59E8BC

Color information

#59E8BC (or 0x59E8BC) is unknown color: approx Downy. HEX triplet: 59, E8 and BC. RGB value is (89,232,188). Sum of RGB (Red+Green+Blue) = 89+232+188=509 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.49% from 509); Green value is 232 (91.02% from 255 or 45.58% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 232 - color contains mainly: green. Hex color #59E8BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E8BC is #A61743. Grayscale: #B8B8B8. Windows color (decimal): -10884932 or 12380249. OLE color: 12380249.

HSL color Cylindrical-coordinate representation of color #59E8BC: hue angle of 161.54º degrees, saturation: 0.76, 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 #59E8BC is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB89232188-
CMYK0.6200.190.09
HSL161.54º75.66%62.94%-
HSV(B)161.54º61.64%90.98%-
XYZ42.0563.4757.61-
YUV184.23130.1260.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.49%
GREEN value IS 232 (91.02% from 255) = 45.58%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=17.49%
G=45.58%
B=36.94%

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
Decimal892321880.6200.190.09161.5475.6662.94
Hex59E8BC3E0139a24c3f
Octal131350274760231124211477
Binary101100111101000101111001111100100111001101000101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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