#59AC6F

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

Shades of Ocean Green #59AC6F

Tints of Ocean Green #59AC6F

Color information

#59AC6F (or 0x59AC6F) is unknown color: approx Ocean Green. HEX triplet: 59, AC and 6F. RGB value is (89,172,111). Sum of RGB (Red+Green+Blue) = 89+172+111=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #59AC6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AC6F is #A65390. Grayscale: #8C8C8C. Windows color (decimal): -10900369 or 7318617. OLE color: 7318617.

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

Color convert

RGB89172111-
CMYK0.4800.350.33
HSL135.9º33.33%51.18%-
HSV(B)135.9º48.26%67.45%-
XYZ21.7432.7820.22-
YUV140.23111.591.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.92%
GREEN value IS 172 (67.58% from 255) = 46.24%
BLUE value IS 111 (43.75% from 255) = 29.84%
R=23.92%
G=46.24%
B=29.84%

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
Decimal891721110.4800.350.33135.933.3351.18
Hex59AC6F3002321882133
Octal13125415760043412104163
Binary1011001101011001101111110000010001110000110001000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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