#59A57C

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

Shades of Ocean Green #59A57C

Tints of Ocean Green #59A57C

Color information

#59A57C (or 0x59A57C) is unknown color: approx Ocean Green. HEX triplet: 59, A5 and 7C. RGB value is (89,165,124). Sum of RGB (Red+Green+Blue) = 89+165+124=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 165 - color contains mainly: green. Hex color #59A57C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A57C is #A65A83. Grayscale: #898989. Windows color (decimal): -10902148 or 8168793. OLE color: 8168793.

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

Color convert

RGB89165124-
CMYK0.4600.250.35
HSL147.63º29.92%49.8%-
HSV(B)147.63º46.06%64.71%-
XYZ21.2130.4923.84-
YUV137.6120.3293.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.54%
GREEN value IS 165 (64.84% from 255) = 43.65%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=23.54%
G=43.65%
B=32.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891651240.4600.250.35147.6329.9249.8
Hex59A57C2E01923941e32
Octal13124517456031432243662
Binary10110011010010111111001011100110011000111001010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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