#59A57F

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

Shades of Ocean Green #59A57F

Tints of Ocean Green #59A57F

Color information

#59A57F (or 0x59A57F) is unknown color: approx Ocean Green. HEX triplet: 59, A5 and 7F. RGB value is (89,165,127). Sum of RGB (Red+Green+Blue) = 89+165+127=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #59A57F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A57F is #A65A80. Grayscale: #8A8A8A. Windows color (decimal): -10902145 or 8365401. OLE color: 8365401.

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

Color convert

RGB89165127-
CMYK0.4600.230.35
HSL150º29.92%49.8%-
HSV(B)150º46.06%64.71%-
XYZ21.4130.5724.85-
YUV137.94121.8293.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.36%
GREEN value IS 165 (64.84% from 255) = 43.31%
BLUE value IS 127 (50% from 255) = 33.33%
R=23.36%
G=43.31%
B=33.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891651270.4600.230.3515029.9249.8
Hex59A57F2E01723961e32
Octal13124517756027432263662
Binary10110011010010111111111011100101111000111001011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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