#59A473

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

Shades of Ocean Green #59A473

Tints of Ocean Green #59A473

Color information

#59A473 (or 0x59A473) is unknown color: approx Ocean Green. HEX triplet: 59, A4 and 73. RGB value is (89,164,115). Sum of RGB (Red+Green+Blue) = 89+164+115=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 164 - color contains mainly: green. Hex color #59A473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A473 is #A65B8C. Grayscale: #888888. Windows color (decimal): -10902413 or 7578713. OLE color: 7578713.

HSL color Cylindrical-coordinate representation of color #59A473: hue angle of 140.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59A473 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB89164115-
CMYK0.4600.300.36
HSL140.8º29.64%49.61%-
HSV(B)140.8º45.73%64.31%-
XYZ20.4929.9120.91-
YUV135.99116.1594.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.18%
GREEN value IS 164 (64.45% from 255) = 44.57%
BLUE value IS 115 (45.31% from 255) = 31.25%
R=24.18%
G=44.57%
B=31.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891641150.4600.300.36140.829.6449.61
Hex59A4732E01E248d1e32
Octal13124416356036442153662
Binary10110011010010011100111011100111101001001000110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,164,115); }

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

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

 a { background-color: rgb(89,164,115); }

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

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

 span { border-color: rgb(89,164,115); }

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