#59A77C

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

Shades of Ocean Green #59A77C

Tints of Ocean Green #59A77C

Color information

#59A77C (or 0x59A77C) is unknown color: approx Ocean Green. HEX triplet: 59, A7 and 7C. RGB value is (89,167,124). Sum of RGB (Red+Green+Blue) = 89+167+124=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 167 - color contains mainly: green. Hex color #59A77C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A77C is #A65883. Grayscale: #8A8A8A. Windows color (decimal): -10901636 or 8169305. OLE color: 8169305.

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

Color convert

RGB89167124-
CMYK0.4700.260.35
HSL146.92º30.71%50.2%-
HSV(B)146.92º46.71%65.49%-
XYZ21.5831.2223.96-
YUV138.78119.6692.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.42%
GREEN value IS 167 (65.62% from 255) = 43.95%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=23.42%
G=43.95%
B=32.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891671240.4700.260.35146.9230.7150.2
Hex59A77C2F01A23931f32
Octal13124717457032432233762
Binary10110011010011111111001011110110101000111001001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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