#59A06E

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

Shades of Ocean Green #59A06E

Tints of Ocean Green #59A06E

Color information

#59A06E (or 0x59A06E) is unknown color: approx Ocean Green. HEX triplet: 59, A0 and 6E. RGB value is (89,160,110). Sum of RGB (Red+Green+Blue) = 89+160+110=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #59A06E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A06E is #A65F91. Grayscale: #858585. Windows color (decimal): -10903442 or 7250009. OLE color: 7250009.

HSL color Cylindrical-coordinate representation of color #59A06E: hue angle of 137.75º 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 #59A06E is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB89160110-
CMYK0.4400.310.37
HSL137.75º28.51%48.82%-
HSV(B)137.75º44.37%62.75%-
XYZ19.5128.3919.2-
YUV133.07114.9896.57-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.79%
GREEN value IS 160 (62.89% from 255) = 44.57%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=24.79%
G=44.57%
B=30.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal891601100.4400.310.37137.7528.5148.82
Hex59A06E2C01F258a1d31
Octal13124015654037452123561
Binary10110011010000011011101011000111111001011000101011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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