#59AE75

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

Shades of Ocean Green #59AE75

Tints of Ocean Green #59AE75

Color information

#59AE75 (or 0x59AE75) is unknown color: approx Ocean Green. HEX triplet: 59, AE and 75. RGB value is (89,174,117). Sum of RGB (Red+Green+Blue) = 89+174+117=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 174 - color contains mainly: green. Hex color #59AE75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AE75 is #A6518A. Grayscale: #8E8E8E. Windows color (decimal): -10899851 or 7712345. OLE color: 7712345.

HSL color Cylindrical-coordinate representation of color #59AE75: hue angle of 139.76º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AE75 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB89174117-
CMYK0.4900.330.32
HSL139.76º34.41%51.57%-
HSV(B)139.76º48.85%68.24%-
XYZ22.4733.6822.15-
YUV142.09113.8490.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.42%
GREEN value IS 174 (68.36% from 255) = 45.79%
BLUE value IS 117 (46.09% from 255) = 30.79%
R=23.42%
G=45.79%
B=30.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891741170.4900.330.32139.7634.4151.57
Hex59AE7531021208c2234
Octal13125616561041402144264
Binary1011001101011101110101110001010000110000010001100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,174,117); }

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

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

 a { background-color: rgb(89,174,117); }

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

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

 span { border-color: rgb(89,174,117); }

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