#57AC77

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

Shades of Ocean Green #57AC77

Tints of Ocean Green #57AC77

Color information

#57AC77 (or 0x57AC77) is unknown color: approx Ocean Green. HEX triplet: 57, AC and 77. RGB value is (87,172,119). Sum of RGB (Red+Green+Blue) = 87+172+119=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #57AC77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57AC77 is #A85388. Grayscale: #8C8C8C. Windows color (decimal): -11031433 or 7842903. OLE color: 7842903.

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

Color convert

RGB87172119-
CMYK0.4900.310.33
HSL142.59º33.86%50.78%-
HSV(B)142.59º49.42%67.45%-
XYZ22.0132.8622.64-
YUV140.54115.8489.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.02%
GREEN value IS 172 (67.58% from 255) = 45.50%
BLUE value IS 119 (46.88% from 255) = 31.48%
R=23.02%
G=45.50%
B=31.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal871721190.4900.310.33142.5933.8650.78
Hex57AC773101F218f2233
Octal12725416761037412174263
Binary101011110101100111011111000101111110000110001111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57AC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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