#59A675

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

Shades of Ocean Green #59A675

Tints of Ocean Green #59A675

Color information

#59A675 (or 0x59A675) is unknown color: approx Ocean Green. HEX triplet: 59, A6 and 75. RGB value is (89,166,117). Sum of RGB (Red+Green+Blue) = 89+166+117=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 166 - color contains mainly: green. Hex color #59A675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A675 is #A6598A. Grayscale: #898989. Windows color (decimal): -10901899 or 7710297. OLE color: 7710297.

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

Color convert

RGB89166117-
CMYK0.4600.300.35
HSL141.82º30.2%50%-
HSV(B)141.82º46.39%65.1%-
XYZ20.9730.6821.65-
YUV137.39116.4993.48-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.92%
GREEN value IS 166 (65.23% from 255) = 44.62%
BLUE value IS 117 (46.09% from 255) = 31.45%
R=23.92%
G=44.62%
B=31.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891661170.4600.300.35141.8230.250
Hex59A6752E01E238e1e32
Octal13124616556036432163662
Binary10110011010011011101011011100111101000111000111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,166,117); }

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

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

 a { background-color: rgb(89,166,117); }

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

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

 span { border-color: rgb(89,166,117); }

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