#59AA76

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

Shades of Ocean Green #59AA76

Tints of Ocean Green #59AA76

Color information

#59AA76 (or 0x59AA76) is unknown color: approx Ocean Green. HEX triplet: 59, AA and 76. RGB value is (89,170,118). Sum of RGB (Red+Green+Blue) = 89+170+118=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AA76 is #A65589. Grayscale: #8B8B8B. Windows color (decimal): -10900874 or 7776857. OLE color: 7776857.

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

Color convert

RGB89170118-
CMYK0.4800.310.33
HSL141.48º32.27%50.78%-
HSV(B)141.48º47.65%66.67%-
XYZ21.7632.1822.2-
YUV139.85115.6691.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.61%
GREEN value IS 170 (66.80% from 255) = 45.09%
BLUE value IS 118 (46.48% from 255) = 31.30%
R=23.61%
G=45.09%
B=31.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891701180.4800.310.33141.4832.2750.78
Hex59AA763001F218d2033
Octal13125216660037412154063
Binary101100110101010111011011000001111110000110001101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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