#59AC70

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

Shades of Ocean Green #59AC70

Tints of Ocean Green #59AC70

Color information

#59AC70 (or 0x59AC70) is unknown color: approx Ocean Green. HEX triplet: 59, AC and 70. RGB value is (89,172,112). Sum of RGB (Red+Green+Blue) = 89+172+112=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #59AC70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AC70 is #A6538F. Grayscale: #8C8C8C. Windows color (decimal): -10900368 or 7384153. OLE color: 7384153.

HSL color Cylindrical-coordinate representation of color #59AC70: hue angle of 136.63º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59AC70 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB89172112-
CMYK0.4800.350.33
HSL136.63º33.33%51.18%-
HSV(B)136.63º48.26%67.45%-
XYZ21.832.820.51-
YUV140.3411291.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.86%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=23.86%
G=46.11%
B=30.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891721120.4800.350.33136.6333.3351.18
Hex59AC703002321892133
Octal13125416060043412114163
Binary1011001101011001110000110000010001110000110001001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,172,112); }

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

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

 a { background-color: rgb(89,172,112); }

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

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

 span { border-color: rgb(89,172,112); }

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