#57A480

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

Shades of Ocean Green #57A480

Tints of Ocean Green #57A480

Color information

#57A480 (or 0x57A480) is unknown color: approx Ocean Green. HEX triplet: 57, A4 and 80. RGB value is (87,164,128). Sum of RGB (Red+Green+Blue) = 87+164+128=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #57A480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A480 is #A85B7F. Grayscale: #888888. Windows color (decimal): -11033472 or 8430679. OLE color: 8430679.

HSL color Cylindrical-coordinate representation of color #57A480: hue angle of 151.95º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #57A480 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB87164128-
CMYK0.4700.220.36
HSL151.95º30.68%49.22%-
HSV(B)151.95º46.95%64.31%-
XYZ21.130.1425.13-
YUV136.87122.9992.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.96%
GREEN value IS 164 (64.45% from 255) = 43.27%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=22.96%
G=43.27%
B=33.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal871641280.4700.220.36151.9530.6849.22
Hex57A4802F01624981f31
Octal12724420057026442303761
Binary101011110100100100000001011110101101001001001100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,164,128); }

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

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

 a { background-color: rgb(87,164,128); }

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

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

 span { border-color: rgb(87,164,128); }

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