#57A87F

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

Shades of Ocean Green #57A87F

Tints of Ocean Green #57A87F

Color information

#57A87F (or 0x57A87F) is unknown color: approx Ocean Green. HEX triplet: 57, A8 and 7F. RGB value is (87,168,127). Sum of RGB (Red+Green+Blue) = 87+168+127=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #57A87F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57A87F is #A85780. Grayscale: #8B8B8B. Windows color (decimal): -11032449 or 8366167. OLE color: 8366167.

HSL color Cylindrical-coordinate representation of color #57A87F: hue angle of 149.63º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #57A87F is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB87168127-
CMYK0.4800.240.34
HSL149.63º31.76%50%-
HSV(B)149.63º48.21%65.88%-
XYZ21.7631.5625.02-
YUV139.11121.1690.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.77%
GREEN value IS 168 (66.02% from 255) = 43.98%
BLUE value IS 127 (50% from 255) = 33.25%
R=22.77%
G=43.98%
B=33.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal871681270.4800.240.34149.6331.7650
Hex57A87F3001822962032
Octal12725017760030422264062
Binary101011110101000111111111000001100010001010010110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57A87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,168,127); }

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

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

 a { background-color: rgb(87,168,127); }

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

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

 span { border-color: rgb(87,168,127); }

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