#57AC74

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

Shades of Ocean Green #57AC74

Tints of Ocean Green #57AC74

Color information

#57AC74 (or 0x57AC74) is unknown color: approx Ocean Green. HEX triplet: 57, AC and 74. RGB value is (87,172,116). Sum of RGB (Red+Green+Blue) = 87+172+116=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #57AC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AC74 is #A8538B. Grayscale: #8C8C8C. Windows color (decimal): -11031436 or 7646295. OLE color: 7646295.

HSL color Cylindrical-coordinate representation of color #57AC74: hue angle of 140.47º 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 #57AC74 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB87172116-
CMYK0.4900.330.33
HSL140.47º33.86%50.78%-
HSV(B)140.47º49.42%67.45%-
XYZ21.8432.7921.7-
YUV140.2114.3490.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 172 (67.58% from 255) = 45.87%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=23.2%
G=45.87%
B=30.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871721160.4900.330.33140.4733.8650.78
Hex57AC7431021218c2233
Octal12725416461041412144263
Binary1010111101011001110100110001010000110000110001100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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