#59F0BB

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

Shades of Downy #59F0BB

Tints of Downy #59F0BB

Color information

#59F0BB (or 0x59F0BB) is unknown color: approx Downy. HEX triplet: 59, F0 and BB. RGB value is (89,240,187). Sum of RGB (Red+Green+Blue) = 89+240+187=516 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.25% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #59F0BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F0BB is #A60F44. Grayscale: #BCBCBC. Windows color (decimal): -10882885 or 12316761. OLE color: 12316761.

HSL color Cylindrical-coordinate representation of color #59F0BB: hue angle of 158.94º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F0BB is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB89240187-
CMYK0.6300.220.06
HSL158.94º83.43%64.51%-
HSV(B)158.94º62.92%94.12%-
XYZ44.2568.0357.81-
YUV188.81126.9756.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.25%
GREEN value IS 240 (94.14% from 255) = 46.51%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=17.25%
G=46.51%
B=36.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal892401870.6300.220.06158.9483.4364.51
Hex59F0BB3F01669f5341
Octal131360273770266237123101
Binary101100111110000101110111111110101101101001111110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59F0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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