#59EBBA

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

Shades of Downy #59EBBA

Tints of Downy #59EBBA

Color information

#59EBBA (or 0x59EBBA) is unknown color: approx Downy. HEX triplet: 59, EB and BA. RGB value is (89,235,186). Sum of RGB (Red+Green+Blue) = 89+235+186=510 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.45% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 235 - color contains mainly: green. Hex color #59EBBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EBBA is #A61445. Grayscale: #B9B9B9. Windows color (decimal): -10884166 or 12249945. OLE color: 12249945.

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

Color convert

RGB89235186-
CMYK0.6200.210.08
HSL159.86º78.49%63.53%-
HSV(B)159.86º62.13%92.16%-
XYZ42.6965.0956.77-
YUV185.76128.1358.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.45%
GREEN value IS 235 (92.19% from 255) = 46.08%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=17.45%
G=46.08%
B=36.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal892351860.6200.210.08159.8678.4963.53
Hex59EBBA3E0158a04e40
Octal1313532727602510240116100
Binary1011001111010111011101011111001010110001010000010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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