#59AC7E

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

Shades of Ocean Green #59AC7E

Tints of Ocean Green #59AC7E

Color information

#59AC7E (or 0x59AC7E) is unknown color: approx Ocean Green. HEX triplet: 59, AC and 7E. RGB value is (89,172,126). Sum of RGB (Red+Green+Blue) = 89+172+126=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #59AC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59AC7E is #A65381. Grayscale: #8E8E8E. Windows color (decimal): -10900354 or 8301657. OLE color: 8301657.

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

Color convert

RGB89172126-
CMYK0.4800.270.33
HSL146.75º33.33%51.18%-
HSV(B)146.75º48.26%67.45%-
XYZ22.6433.1424.94-
YUV141.9411990.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.00%
GREEN value IS 172 (67.58% from 255) = 44.44%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=23.00%
G=44.44%
B=32.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891721260.4800.270.33146.7533.3351.18
Hex59AC7E3001B21932133
Octal13125417660033412234163
Binary101100110101100111111011000001101110000110010011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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