#56fea2

Color #56FEA2 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #56FEA2

Tints of Medium Aquamarine #56FEA2

Color information

#56FEA2 (or 0x56FEA2) is unknown color: approx Medium Aquamarine. HEX triplet: 56, FE and A2. RGB value is (86,254,162). Sum of RGB (Red+Green+Blue) = 86+254+162=502 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.13% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #56FEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56FEA2 is #A9015D. Grayscale: #C1C1C1. Windows color (decimal): -11075934 or 10681942. OLE color: 10681942.

HSL color Cylindrical-coordinate representation of color #56FEA2: hue angle of 147.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FEA2 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB86254162-
CMYK0.6600.360.00
HSL147.14º98.82%66.67%-
HSV(B)147.14º66.14%99.61%-
XYZ45.875.4746.34-
YUV193.28110.3451.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.13%
GREEN value IS 254 (99.61% from 255) = 50.60%
BLUE value IS 162 (63.67% from 255) = 32.27%
R=17.13%
G=50.60%
B=32.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal862541620.6600.360.00147.1498.8266.67
Hex56FEA2420240936343
Octal1263762421020440223143103
Binary101011011111110101000101000010010010001001001111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56fea2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56fea2; }

 p { color: rgb(86,254,162); }

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

<style>
 a { background-color: #56fea2; }

 a { background-color: rgb(86,254,162); }

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

<style>
 span { border-color: #56fea2; }

 span { border-color: rgb(86,254,162); }

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