Shades of Magic Mint #A2F9CB
Tints of Magic Mint #A2F9CB
RGB
CMYK
RGB Variations
Color information
#A2F9CB (or 0xA2F9CB) is known color: Magic Mint. HEX triplet: A2, F9 and CB. RGB value is (162,249,203). Sum of RGB (Red+Green+Blue) = 162+249+203=614 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.38% from 614); Green value is 249 (97.66% from 255 or 40.55% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F9CB is #5D0634. Grayscale: #D9D9D9. Windows color (decimal): -6096437 or 13367714. OLE color: 13367714.
HSL color Cylindrical-coordinate representation of color #A2F9CB: hue angle of 148.28º degrees, saturation: 0.88, 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 #A2F9CB is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 203 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.02 |
| HSL | 148.28º | 0.88% | 0.81% | - |
| HSV(B) | 148.28º | 0.35% | 0.98% | - |
| XYZ | 59.56 | 79.74 | 68.75 | - |
| YUV | 217.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 203 | 0.35 | 0 | 0.18 | 0.02 | 148.28 | 0.88 | 0.81 |
| Hex | A2 | F9 | CB | 23 | 0 | 12 | 2 | 94 | 58 | 51 |
| Octal | 242 | 371 | 313 | 43 | 0 | 22 | 2 | 224 | 130 | 121 |
| Binary | 10100010 | 11111001 | 11001011 | 100011 | 0 | 10010 | 10 | 10010100 | 1011000 | 1010001 |
Color Harmonies of #A2F9CB
Complementary color
Monochromatic Colors of #A2F9CB
Black with #A2F9CB
Text Example
Text Example
White with #A2F9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F9CB; }
p { color: rgb(162,249,203); }
H1.HeaderClassName
{
color: #A2F9CB;
}
.AnyTagClassName
{
color: #A2F9CB;
}
</style>
background-color css
<style>
a { background-color: #A2F9CB; }
a { background-color: rgb(162,249,203); }
div.DivClassName
{
background-color: #A2F9CB;
}
.BgClassName
{
background-color: #A2F9CB;
}
</style>
border-color css
<style>
span { border-color: #A2F9CB; }
span { border-color: rgb(162,249,203); }
td.TdClassName
{
border-color: #A2F9CB;
}
.TagClassName
{
border-color: #A2F9CB;
}
</style>