#59AA80

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

Shades of Ocean Green #59AA80

Tints of Ocean Green #59AA80

Color information

#59AA80 (or 0x59AA80) is unknown color: approx Ocean Green. HEX triplet: 59, AA and 80. RGB value is (89,170,128). Sum of RGB (Red+Green+Blue) = 89+170+128=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AA80 is #A6557F. Grayscale: #8D8D8D. Windows color (decimal): -10900864 or 8432217. OLE color: 8432217.

HSL color Cylindrical-coordinate representation of color #59AA80: hue angle of 148.89º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59AA80 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB89170128-
CMYK0.4800.250.33
HSL148.89º32.27%50.78%-
HSV(B)148.89º47.65%66.67%-
XYZ22.3932.4325.5-
YUV140.99120.6690.92-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.00%
GREEN value IS 170 (66.80% from 255) = 43.93%
BLUE value IS 128 (50.39% from 255) = 33.07%
R=23.00%
G=43.93%
B=33.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891701280.4800.250.33148.8932.2750.78
Hex59AA803001921952033
Octal13125220060031412254063
Binary1011001101010101000000011000001100110000110010101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,170,128); }

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

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

 a { background-color: rgb(89,170,128); }

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

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

 span { border-color: rgb(89,170,128); }

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