#59AA6E

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

Shades of Ocean Green #59AA6E

Tints of Ocean Green #59AA6E

Color information

#59AA6E (or 0x59AA6E) is unknown color: approx Ocean Green. HEX triplet: 59, AA and 6E. RGB value is (89,170,110). Sum of RGB (Red+Green+Blue) = 89+170+110=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 170 (66.80% from 255 or 46.07% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 170 - color contains mainly: green. Hex color #59AA6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AA6E is #A65591. Grayscale: #8B8B8B. Windows color (decimal): -10900882 or 7252569. OLE color: 7252569.

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

Color convert

RGB89170110-
CMYK0.4800.350.33
HSL135.56º32.27%50.78%-
HSV(B)135.56º47.65%66.67%-
XYZ21.313219.81-
YUV138.94111.6692.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 170 (66.80% from 255) = 46.07%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=24.12%
G=46.07%
B=29.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891701100.4800.350.33135.5632.2750.78
Hex59AA6E3002321882033
Octal13125215660043412104063
Binary1011001101010101101110110000010001110000110001000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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