#59A276

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

Shades of Ocean Green #59A276

Tints of Ocean Green #59A276

Color information

#59A276 (or 0x59A276) is unknown color: approx Ocean Green. HEX triplet: 59, A2 and 76. RGB value is (89,162,118). Sum of RGB (Red+Green+Blue) = 89+162+118=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #59A276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A276 is #A65D89. Grayscale: #878787. Windows color (decimal): -10902922 or 7774809. OLE color: 7774809.

HSL color Cylindrical-coordinate representation of color #59A276: hue angle of 143.84º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59A276 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB89162118-
CMYK0.4500.270.36
HSL143.84º29.08%49.22%-
HSV(B)143.84º45.06%63.53%-
XYZ20.3129.2721.72-
YUV135.16118.3295.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.12%
GREEN value IS 162 (63.67% from 255) = 43.90%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=24.12%
G=43.90%
B=31.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891621180.4500.270.36143.8429.0849.22
Hex59A2762D01B24901d31
Octal13124216655033442203561
Binary10110011010001011101101011010110111001001001000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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