#59B37A

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

Shades of Ocean Green #59B37A

Tints of Ocean Green #59B37A

Color information

#59B37A (or 0x59B37A) is unknown color: approx Ocean Green. HEX triplet: 59, B3 and 7A. RGB value is (89,179,122). Sum of RGB (Red+Green+Blue) = 89+179+122=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #59B37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59B37A is #A64C85. Grayscale: #919191. Windows color (decimal): -10898566 or 8041305. OLE color: 8041305.

HSL color Cylindrical-coordinate representation of color #59B37A: hue angle of 142º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59B37A is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB89179122-
CMYK0.5000.320.30
HSL142º37.19%52.55%-
HSV(B)142º50.28%70.2%-
XYZ23.7535.7724.06-
YUV145.59114.6887.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.82%
GREEN value IS 179 (70.31% from 255) = 45.90%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=22.82%
G=45.90%
B=31.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal891791220.5000.320.3014237.1952.55
Hex59B37A320201E8e2535
Octal13126317262040362164565
Binary101100110110011111101011001001000001111010001110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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