Shades of Magic Mint #A2FADB
Tints of Magic Mint #A2FADB
RGB
CMYK
RGB Variations
Color information
#A2FADB (or 0xA2FADB) is known color: Magic Mint. HEX triplet: A2, FA and DB. RGB value is (162,250,219). Sum of RGB (Red+Green+Blue) = 162+250+219=631 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.67% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FADB is #5D0524. Grayscale: #DCDCDC. Windows color (decimal): -6096165 or 14416546. OLE color: 14416546.
HSL color Cylindrical-coordinate representation of color #A2FADB: hue angle of 158.86º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2FADB is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 162 | 250 | 219 | - |
CMYK | 0.35 | 0 | 0.12 | 0.02 |
HSL | 158.86º | 0.9% | 0.81% | - |
HSV(B) | 158.86º | 0.35% | 0.98% | - |
XYZ | 61.87 | 81.17 | 79.42 | - |
YUV | 220.15 | 127.35 | 86.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 250 | 219 | 0.35 | 0 | 0.12 | 0.02 | 158.86 | 0.9 | 0.81 |
Hex | A2 | FA | DB | 23 | 0 | C | 2 | 9F | 5A | 51 |
Octal | 242 | 372 | 333 | 43 | 0 | 14 | 2 | 237 | 132 | 121 |
Binary | 10100010 | 11111010 | 11011011 | 100011 | 0 | 1100 | 10 | 10011111 | 1011010 | 1010001 |
Color Harmonies of #A2FADB
Complementary color
Monochromatic Colors of #A2FADB
Black with #A2FADB
Text Example
Text Example
White with #A2FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FADB; }
p { color: rgb(162,250,219); }
H1.HeaderClassName
{
color: #A2FADB;
}
.AnyTagClassName
{
color: #A2FADB;
}
</style>
background-color css
<style>
a { background-color: #A2FADB; }
a { background-color: rgb(162,250,219); }
div.DivClassName
{
background-color: #A2FADB;
}
.BgClassName
{
background-color: #A2FADB;
}
</style>
border-color css
<style>
span { border-color: #A2FADB; }
span { border-color: rgb(162,250,219); }
td.TdClassName
{
border-color: #A2FADB;
}
.TagClassName
{
border-color: #A2FADB;
}
</style>