#59AA87

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

Shades of Ocean Green #59AA87

Tints of Ocean Green #59AA87

Color information

#59AA87 (or 0x59AA87) is unknown color: approx Ocean Green. HEX triplet: 59, AA and 87. RGB value is (89,170,135). Sum of RGB (Red+Green+Blue) = 89+170+135=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AA87 is #A65578. Grayscale: #8D8D8D. Windows color (decimal): -10900857 or 8890969. OLE color: 8890969.

HSL color Cylindrical-coordinate representation of color #59AA87: hue angle of 154.07º 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 #59AA87 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB89170135-
CMYK0.4800.210.33
HSL154.07º32.27%50.78%-
HSV(B)154.07º47.65%66.67%-
XYZ22.8732.6228.01-
YUV141.79124.1690.35-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.59%
GREEN value IS 170 (66.80% from 255) = 43.15%
BLUE value IS 135 (53.12% from 255) = 34.26%
R=22.59%
G=43.15%
B=34.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891701350.4800.210.33154.0732.2750.78
Hex59AA8730015219a2033
Octal13125220760025412324063
Binary1011001101010101000011111000001010110000110011010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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