#59A271

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

Shades of Ocean Green #59A271

Tints of Ocean Green #59A271

Color information

#59A271 (or 0x59A271) is unknown color: approx Ocean Green. HEX triplet: 59, A2 and 71. RGB value is (89,162,113). Sum of RGB (Red+Green+Blue) = 89+162+113=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 162 - color contains mainly: green. Hex color #59A271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A271 is #A65D8E. Grayscale: #868686. Windows color (decimal): -10902927 or 7447129. OLE color: 7447129.

HSL color Cylindrical-coordinate representation of color #59A271: hue angle of 139.73º 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 #59A271 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB89162113-
CMYK0.4500.300.36
HSL139.73º29.08%49.22%-
HSV(B)139.73º45.06%63.53%-
XYZ20.0229.1620.2-
YUV134.59115.8295.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.45%
GREEN value IS 162 (63.67% from 255) = 44.51%
BLUE value IS 113 (44.53% from 255) = 31.04%
R=24.45%
G=44.51%
B=31.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891621130.4500.300.36139.7329.0849.22
Hex59A2712D01E248c1d31
Octal13124216155036442143561
Binary10110011010001011100011011010111101001001000110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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