#59AA70

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

Shades of Ocean Green #59AA70

Tints of Ocean Green #59AA70

Color information

#59AA70 (or 0x59AA70) is unknown color: approx Ocean Green. HEX triplet: 59, AA and 70. RGB value is (89,170,112). Sum of RGB (Red+Green+Blue) = 89+170+112=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AA70 is #A6558F. Grayscale: #8B8B8B. Windows color (decimal): -10900880 or 7383641. OLE color: 7383641.

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

Color convert

RGB89170112-
CMYK0.4800.340.33
HSL137.04º32.27%50.78%-
HSV(B)137.04º47.65%66.67%-
XYZ21.4232.0420.39-
YUV139.17112.6692.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.99%
GREEN value IS 170 (66.80% from 255) = 45.82%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=23.99%
G=45.82%
B=30.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891701120.4800.340.33137.0432.2750.78
Hex59AA703002221892033
Octal13125216060042412114063
Binary1011001101010101110000110000010001010000110001001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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