#59A77A

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

Shades of Ocean Green #59A77A

Tints of Ocean Green #59A77A

Color information

#59A77A (or 0x59A77A) is unknown color: approx Ocean Green. HEX triplet: 59, A7 and 7A. RGB value is (89,167,122). Sum of RGB (Red+Green+Blue) = 89+167+122=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 167 - color contains mainly: green. Hex color #59A77A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A77A is #A65885. Grayscale: #8A8A8A. Windows color (decimal): -10901638 or 8038233. OLE color: 8038233.

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

Color convert

RGB89167122-
CMYK0.4700.270.35
HSL145.38º30.71%50.2%-
HSV(B)145.38º46.71%65.49%-
XYZ21.4531.1723.3-
YUV138.55118.6692.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.54%
GREEN value IS 167 (65.62% from 255) = 44.18%
BLUE value IS 122 (48.05% from 255) = 32.28%
R=23.54%
G=44.18%
B=32.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal891671220.4700.270.35145.3830.7150.2
Hex59A77A2F01B23911f32
Octal13124717257033432213762
Binary10110011010011111110101011110110111000111001000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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