#57AC70

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

Shades of Ocean Green #57AC70

Tints of Ocean Green #57AC70

Color information

#57AC70 (or 0x57AC70) is unknown color: approx Ocean Green. HEX triplet: 57, AC and 70. RGB value is (87,172,112). Sum of RGB (Red+Green+Blue) = 87+172+112=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #57AC70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AC70 is #A8538F. Grayscale: #8B8B8B. Windows color (decimal): -11031440 or 7384151. OLE color: 7384151.

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

Color convert

RGB87172112-
CMYK0.4900.350.33
HSL137.65º33.86%50.78%-
HSV(B)137.65º49.42%67.45%-
XYZ21.6132.720.5-
YUV139.74112.3490.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.45%
GREEN value IS 172 (67.58% from 255) = 46.36%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=23.45%
G=46.36%
B=30.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871721120.4900.350.33137.6533.8650.78
Hex57AC7031023218a2233
Octal12725416061043412124263
Binary1010111101011001110000110001010001110000110001010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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