#57AC85

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

Shades of Ocean Green #57AC85

Tints of Ocean Green #57AC85

Color information

#57AC85 (or 0x57AC85) is unknown color: approx Ocean Green. HEX triplet: 57, AC and 85. RGB value is (87,172,133). Sum of RGB (Red+Green+Blue) = 87+172+133=392 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.19% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #57AC85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AC85 is #A8537A. Grayscale: #8E8E8E. Windows color (decimal): -11031419 or 8760407. OLE color: 8760407.

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

Color convert

RGB87172133-
CMYK0.4900.230.33
HSL152.47º33.86%50.78%-
HSV(B)152.47º49.42%67.45%-
XYZ22.9233.2227.4-
YUV142.14122.8488.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.19%
GREEN value IS 172 (67.58% from 255) = 43.88%
BLUE value IS 133 (52.34% from 255) = 33.93%
R=22.19%
G=43.88%
B=33.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871721330.4900.230.33152.4733.8650.78
Hex57AC853101721982233
Octal12725420561027412304263
Binary1010111101011001000010111000101011110000110011000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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