#59EDBB

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

Shades of Downy #59EDBB

Tints of Downy #59EDBB

Color information

#59EDBB (or 0x59EDBB) is unknown color: approx Downy. HEX triplet: 59, ED and BB. RGB value is (89,237,187). Sum of RGB (Red+Green+Blue) = 89+237+187=513 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.35% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EDBB is #A61244. Grayscale: #BBBBBB. Windows color (decimal): -10883653 or 12315993. OLE color: 12315993.

HSL color Cylindrical-coordinate representation of color #59EDBB: hue angle of 159.73º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59EDBB is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB89237187-
CMYK0.6200.210.07
HSL159.73º80.43%63.92%-
HSV(B)159.73º62.45%92.94%-
XYZ43.3766.2857.52-
YUV187.05127.9758.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.35%
GREEN value IS 237 (92.97% from 255) = 46.20%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=17.35%
G=46.20%
B=36.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal892371870.6200.210.07159.7380.4363.92
Hex59EDBB3E0157a05040
Octal131355273760257240120100
Binary101100111101101101110111111100101011111010000010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59EDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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