#59A575

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

Shades of Ocean Green #59A575

Tints of Ocean Green #59A575

Color information

#59A575 (or 0x59A575) is unknown color: approx Ocean Green. HEX triplet: 59, A5 and 75. RGB value is (89,165,117). Sum of RGB (Red+Green+Blue) = 89+165+117=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #59A575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A575 is #A65A8A. Grayscale: #888888. Windows color (decimal): -10902155 or 7710041. OLE color: 7710041.

HSL color Cylindrical-coordinate representation of color #59A575: hue angle of 142.11º 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 #59A575 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB89165117-
CMYK0.4600.290.35
HSL142.11º29.92%49.8%-
HSV(B)142.11º46.06%64.71%-
XYZ20.7930.3221.59-
YUV136.8116.8293.9-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.99%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 117 (46.09% from 255) = 31.54%
R=23.99%
G=44.47%
B=31.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891651170.4600.290.35142.1129.9249.8
Hex59A5752E01D238e1e32
Octal13124516556035432163662
Binary10110011010010111101011011100111011000111000111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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