#59A57E

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

Shades of Ocean Green #59A57E

Tints of Ocean Green #59A57E

Color information

#59A57E (or 0x59A57E) is unknown color: approx Ocean Green. HEX triplet: 59, A5 and 7E. RGB value is (89,165,126). Sum of RGB (Red+Green+Blue) = 89+165+126=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #59A57E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A57E is #A65A81. Grayscale: #898989. Windows color (decimal): -10902146 or 8299865. OLE color: 8299865.

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

Color convert

RGB89165126-
CMYK0.4600.240.35
HSL149.21º29.92%49.8%-
HSV(B)149.21º46.06%64.71%-
XYZ21.3430.5424.51-
YUV137.83121.3293.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.42%
GREEN value IS 165 (64.84% from 255) = 43.42%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=23.42%
G=43.42%
B=33.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891651260.4600.240.35149.2129.9249.8
Hex59A57E2E01823951e32
Octal13124517656030432253662
Binary10110011010010111111101011100110001000111001010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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