#59A87C

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

Shades of Ocean Green #59A87C

Tints of Ocean Green #59A87C

Color information

#59A87C (or 0x59A87C) is unknown color: approx Ocean Green. HEX triplet: 59, A8 and 7C. RGB value is (89,168,124). Sum of RGB (Red+Green+Blue) = 89+168+124=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 168 - color contains mainly: green. Hex color #59A87C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A87C is #A65783. Grayscale: #8B8B8B. Windows color (decimal): -10901380 or 8169561. OLE color: 8169561.

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

Color convert

RGB89168124-
CMYK0.4700.260.34
HSL146.58º31.23%50.39%-
HSV(B)146.58º47.02%65.88%-
XYZ21.7631.5824.02-
YUV139.36119.3392.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.36%
GREEN value IS 168 (66.02% from 255) = 44.09%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=23.36%
G=44.09%
B=32.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal891681240.4700.260.34146.5831.2350.39
Hex59A87C2F01A22931f32
Octal13125017457032422233762
Binary10110011010100011111001011110110101000101001001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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