#57AC79

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

Shades of Ocean Green #57AC79

Tints of Ocean Green #57AC79

Color information

#57AC79 (or 0x57AC79) is unknown color: approx Ocean Green. HEX triplet: 57, AC and 79. RGB value is (87,172,121). Sum of RGB (Red+Green+Blue) = 87+172+121=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 172 - color contains mainly: green. Hex color #57AC79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AC79 is #A85386. Grayscale: #8C8C8C. Windows color (decimal): -11031431 or 7973975. OLE color: 7973975.

HSL color Cylindrical-coordinate representation of color #57AC79: hue angle of 144º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57AC79 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB87172121-
CMYK0.4900.300.33
HSL144º33.86%50.78%-
HSV(B)144º49.42%67.45%-
XYZ22.1332.9123.28-
YUV140.77116.8489.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.89%
GREEN value IS 172 (67.58% from 255) = 45.26%
BLUE value IS 121 (47.66% from 255) = 31.84%
R=22.89%
G=45.26%
B=31.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871721210.4900.300.3314433.8650.78
Hex57AC793101E21902233
Octal12725417161036412204263
Binary101011110101100111100111000101111010000110010000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57AC79; }

 p { color: rgb(87,172,121); }

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

<style>
 a { background-color: #57AC79; }

 a { background-color: rgb(87,172,121); }

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

<style>
 span { border-color: #57AC79; }

 span { border-color: rgb(87,172,121); }

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