#59A06D

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

Shades of Ocean Green #59A06D

Tints of Ocean Green #59A06D

Color information

#59A06D (or 0x59A06D) is unknown color: approx Ocean Green. HEX triplet: 59, A0 and 6D. RGB value is (89,160,109). Sum of RGB (Red+Green+Blue) = 89+160+109=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 160 - color contains mainly: green. Hex color #59A06D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A06D is #A65F92. Grayscale: #858585. Windows color (decimal): -10903443 or 7184473. OLE color: 7184473.

HSL color Cylindrical-coordinate representation of color #59A06D: hue angle of 136.9º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59A06D is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB89160109-
CMYK0.4400.320.37
HSL136.9º28.51%48.82%-
HSV(B)136.9º44.37%62.75%-
XYZ19.4528.3718.92-
YUV132.96114.4896.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 160 (62.89% from 255) = 44.69%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=24.86%
G=44.69%
B=30.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal891601090.4400.320.37136.928.5148.82
Hex59A06D2C02025891d31
Octal13124015554040452113561
Binary101100110100000110110110110001000001001011000100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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