#59A26D

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

Shades of Ocean Green #59A26D

Tints of Ocean Green #59A26D

Color information

#59A26D (or 0x59A26D) is unknown color: approx Ocean Green. HEX triplet: 59, A2 and 6D. RGB value is (89,162,109). Sum of RGB (Red+Green+Blue) = 89+162+109=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #59A26D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A26D is #A65D92. Grayscale: #868686. Windows color (decimal): -10902931 or 7184985. OLE color: 7184985.

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

Color convert

RGB89162109-
CMYK0.4500.330.36
HSL136.44º29.08%49.22%-
HSV(B)136.44º45.06%63.53%-
XYZ19.829.0719.04-
YUV134.13113.8295.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.72%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=24.72%
G=45%
B=30.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal891621090.4500.330.36136.4429.0849.22
Hex59A26D2D02124881d31
Octal13124215555041442103561
Binary101100110100010110110110110101000011001001000100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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