Shades of Magic Mint #A2FFDB
Tints of Magic Mint #A2FFDB
RGB
CMYK
RGB Variations
Color information
#A2FFDB (or 0xA2FFDB) is known color: Magic Mint. HEX triplet: A2, FF and DB. RGB value is (162,255,219). Sum of RGB (Red+Green+Blue) = 162+255+219=636 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.47% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFDB is #5D0024. Grayscale: #DFDFDF. Windows color (decimal): -6094885 or 14417826. OLE color: 14417826.
HSL color Cylindrical-coordinate representation of color #A2FFDB: hue angle of 156.77º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFDB is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 162 | 255 | 219 | - |
CMYK | 0.36 | 0 | 0.14 | 0 |
HSL | 156.77º | 1% | 0.82% | - |
HSV(B) | 156.77º | 0.36% | 1% | - |
XYZ | 63.45 | 84.32 | 79.95 | - |
YUV | 223.09 | 125.69 | 84.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 255 | 219 | 0.36 | 0 | 0.14 | 0 | 156.77 | 1 | 0.82 |
Hex | A2 | FF | DB | 24 | 0 | E | 0 | 9D | 64 | 52 |
Octal | 242 | 377 | 333 | 44 | 0 | 16 | 0 | 235 | 144 | 122 |
Binary | 10100010 | 11111111 | 11011011 | 100100 | 0 | 1110 | 0 | 10011101 | 1100100 | 1010010 |
Color Harmonies of #A2FFDB
Complementary color
Monochromatic Colors of #A2FFDB
Black with #A2FFDB
Text Example
Text Example
White with #A2FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFDB; }
p { color: rgb(162,255,219); }
H1.HeaderClassName
{
color: #A2FFDB;
}
.AnyTagClassName
{
color: #A2FFDB;
}
</style>
background-color css
<style>
a { background-color: #A2FFDB; }
a { background-color: rgb(162,255,219); }
div.DivClassName
{
background-color: #A2FFDB;
}
.BgClassName
{
background-color: #A2FFDB;
}
</style>
border-color css
<style>
span { border-color: #A2FFDB; }
span { border-color: rgb(162,255,219); }
td.TdClassName
{
border-color: #A2FFDB;
}
.TagClassName
{
border-color: #A2FFDB;
}
</style>