#59A174

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

Shades of Ocean Green #59A174

Tints of Ocean Green #59A174

Color information

#59A174 (or 0x59A174) is unknown color: approx Ocean Green. HEX triplet: 59, A1 and 74. RGB value is (89,161,116). Sum of RGB (Red+Green+Blue) = 89+161+116=366 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.32% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 161 - color contains mainly: green. Hex color #59A174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A174 is #A65E8B. Grayscale: #868686. Windows color (decimal): -10903180 or 7643481. OLE color: 7643481.

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

Color convert

RGB89161116-
CMYK0.4500.280.37
HSL142.5º28.8%49.02%-
HSV(B)142.5º44.72%63.14%-
XYZ20.0228.8721.04-
YUV134.34117.6595.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.32%
GREEN value IS 161 (63.28% from 255) = 43.99%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=24.32%
G=43.99%
B=31.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal891611160.4500.280.37142.528.849.02
Hex59A1742D01C258e1d31
Octal13124116455034452163561
Binary10110011010000111101001011010111001001011000111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,161,116); }

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

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

 a { background-color: rgb(89,161,116); }

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

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

 span { border-color: rgb(89,161,116); }

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