#56F8A0

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

Shades of Medium Aquamarine #56F8A0

Tints of Medium Aquamarine #56F8A0

Color information

#56F8A0 (or 0x56F8A0) is unknown color: approx Medium Aquamarine. HEX triplet: 56, F8 and A0. RGB value is (86,248,160). Sum of RGB (Red+Green+Blue) = 86+248+160=494 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.41% from 494); Green value is 248 (97.27% from 255 or 50.20% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 248 - color contains mainly: green. Hex color #56F8A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F8A0 is #A9075F. Grayscale: #BDBDBD. Windows color (decimal): -11077472 or 10549334. OLE color: 10549334.

HSL color Cylindrical-coordinate representation of color #56F8A0: hue angle of 147.41º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F8A0 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB86248160-
CMYK0.6500.350.03
HSL147.41º92.05%65.49%-
HSV(B)147.41º65.32%97.25%-
XYZ43.7571.6544.78-
YUV189.53111.3354.16-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.41%
GREEN value IS 248 (97.27% from 255) = 50.20%
BLUE value IS 160 (62.89% from 255) = 32.39%
R=17.41%
G=50.20%
B=32.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal862481600.6500.350.03147.4192.0565.49
Hex56F8A0410233935c41
Octal1263702401010433223134101
Binary1010110111110001010000010000010100011111001001110111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,248,160); }

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

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

 a { background-color: rgb(86,248,160); }

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

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

 span { border-color: rgb(86,248,160); }

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