#56f3a1

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

Shades of Medium Aquamarine #56F3A1

Tints of Medium Aquamarine #56F3A1

Color information

#56F3A1 (or 0x56F3A1) is unknown color: approx Medium Aquamarine. HEX triplet: 56, F3 and A1. RGB value is (86,243,161). Sum of RGB (Red+Green+Blue) = 86+243+161=490 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.55% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #56F3A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F3A1 is #A90C5E. Grayscale: #BABABA. Windows color (decimal): -11078751 or 10613590. OLE color: 10613590.

HSL color Cylindrical-coordinate representation of color #56F3A1: hue angle of 148.66º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F3A1 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB86243161-
CMYK0.6500.340.05
HSL148.66º86.74%64.51%-
HSV(B)148.66º64.61%95.29%-
XYZ42.3268.6544.74-
YUV186.71113.4956.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.55%
GREEN value IS 243 (95.31% from 255) = 49.59%
BLUE value IS 161 (63.28% from 255) = 32.86%
R=17.55%
G=49.59%
B=32.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal862431610.6500.340.05148.6686.7464.51
Hex56F3A1410225955741
Octal1263632411010425225127101
Binary10101101111001110100001100000101000101011001010110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56f3a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,243,161); }

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

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

 a { background-color: rgb(86,243,161); }

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

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

 span { border-color: rgb(86,243,161); }

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