#59AA83

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

Shades of Ocean Green #59AA83

Tints of Ocean Green #59AA83

Color information

#59AA83 (or 0x59AA83) is unknown color: approx Ocean Green. HEX triplet: 59, AA and 83. RGB value is (89,170,131). Sum of RGB (Red+Green+Blue) = 89+170+131=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AA83 is #A6557C. Grayscale: #8D8D8D. Windows color (decimal): -10900861 or 8628825. OLE color: 8628825.

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

Color convert

RGB89170131-
CMYK0.4800.230.33
HSL151.11º32.27%50.78%-
HSV(B)151.11º47.65%66.67%-
XYZ22.5932.5126.56-
YUV141.34122.1690.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.82%
GREEN value IS 170 (66.80% from 255) = 43.59%
BLUE value IS 131 (51.56% from 255) = 33.59%
R=22.82%
G=43.59%
B=33.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891701310.4800.230.33151.1132.2750.78
Hex59AA833001721972033
Octal13125220360027412274063
Binary1011001101010101000001111000001011110000110010111100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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