Shades of Magic Mint #A2FCDB
Tints of Magic Mint #A2FCDB
RGB
CMYK
RGB Variations
Color information
#A2FCDB (or 0xA2FCDB) is known color: Magic Mint. HEX triplet: A2, FC and DB. RGB value is (162,252,219). Sum of RGB (Red+Green+Blue) = 162+252+219=633 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.59% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCDB is #5D0324. Grayscale: #DDDDDD. Windows color (decimal): -6095653 or 14417058. OLE color: 14417058.
HSL color Cylindrical-coordinate representation of color #A2FCDB: hue angle of 158º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FCDB is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 219 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.01 |
| HSL | 158º | 0.94% | 0.81% | - |
| HSV(B) | 158º | 0.36% | 0.99% | - |
| XYZ | 62.5 | 82.42 | 79.63 | - |
| YUV | 221.33 | 126.68 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 219 | 0.36 | 0 | 0.13 | 0.01 | 158 | 0.94 | 0.81 |
| Hex | A2 | FC | DB | 24 | 0 | D | 1 | 9E | 5E | 51 |
| Octal | 242 | 374 | 333 | 44 | 0 | 15 | 1 | 236 | 136 | 121 |
| Binary | 10100010 | 11111100 | 11011011 | 100100 | 0 | 1101 | 1 | 10011110 | 1011110 | 1010001 |
Color Harmonies of #A2FCDB
Complementary color
Monochromatic Colors of #A2FCDB
Black with #A2FCDB
Text Example
Text Example
White with #A2FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FCDB; }
p { color: rgb(162,252,219); }
H1.HeaderClassName
{
color: #A2FCDB;
}
.AnyTagClassName
{
color: #A2FCDB;
}
</style>
background-color css
<style>
a { background-color: #A2FCDB; }
a { background-color: rgb(162,252,219); }
div.DivClassName
{
background-color: #A2FCDB;
}
.BgClassName
{
background-color: #A2FCDB;
}
</style>
border-color css
<style>
span { border-color: #A2FCDB; }
span { border-color: rgb(162,252,219); }
td.TdClassName
{
border-color: #A2FCDB;
}
.TagClassName
{
border-color: #A2FCDB;
}
</style>