Shades of Magic Mint #A9F2CB
Tints of Magic Mint #A9F2CB
RGB
CMYK
RGB Variations
Color information
#A9F2CB (or 0xA9F2CB) is known color: Magic Mint. HEX triplet: A9, F2 and CB. RGB value is (169,242,203). Sum of RGB (Red+Green+Blue) = 169+242+203=614 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.52% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F2CB is #560D34. Grayscale: #D7D7D7. Windows color (decimal): -5639477 or 13365929. OLE color: 13365929.
HSL color Cylindrical-coordinate representation of color #A9F2CB: hue angle of 147.95º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F2CB is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 242 | 203 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.05 |
| HSL | 147.95º | 0.74% | 0.81% | - |
| HSV(B) | 147.95º | 0.3% | 0.95% | - |
| XYZ | 58.89 | 76.25 | 68.11 | - |
| YUV | 215.73 | 120.82 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 203 | 0.30 | 0 | 0.16 | 0.05 | 147.95 | 0.74 | 0.81 |
| Hex | A9 | F2 | CB | 1E | 0 | 10 | 5 | 94 | 4A | 51 |
| Octal | 251 | 362 | 313 | 36 | 0 | 20 | 5 | 224 | 112 | 121 |
| Binary | 10101001 | 11110010 | 11001011 | 11110 | 0 | 10000 | 101 | 10010100 | 1001010 | 1010001 |
Color Harmonies of #A9F2CB
Complementary color
Monochromatic Colors of #A9F2CB
Black with #A9F2CB
Text Example
Text Example
White with #A9F2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F2CB; }
p { color: rgb(169,242,203); }
H1.HeaderClassName
{
color: #A9F2CB;
}
.AnyTagClassName
{
color: #A9F2CB;
}
</style>
background-color css
<style>
a { background-color: #A9F2CB; }
a { background-color: rgb(169,242,203); }
div.DivClassName
{
background-color: #A9F2CB;
}
.BgClassName
{
background-color: #A9F2CB;
}
</style>
border-color css
<style>
span { border-color: #A9F2CB; }
span { border-color: rgb(169,242,203); }
td.TdClassName
{
border-color: #A9F2CB;
}
.TagClassName
{
border-color: #A9F2CB;
}
</style>