Shades of Magic Mint #A9FBC8
Tints of Magic Mint #A9FBC8
RGB
CMYK
RGB Variations
Color information
#A9FBC8 (or 0xA9FBC8) is known color: Magic Mint. HEX triplet: A9, FB and C8. RGB value is (169,251,200). Sum of RGB (Red+Green+Blue) = 169+251+200=620 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.26% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FBC8 is #560437. Grayscale: #DCDCDC. Windows color (decimal): -5637176 or 13171625. OLE color: 13171625.
HSL color Cylindrical-coordinate representation of color #A9FBC8: hue angle of 142.68º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FBC8 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 251 | 200 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.02 |
| HSL | 142.68º | 0.91% | 0.82% | - |
| HSV(B) | 142.68º | 0.33% | 0.98% | - |
| XYZ | 61.28 | 81.6 | 67.16 | - |
| YUV | 220.67 | 116.33 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 251 | 200 | 0.33 | 0 | 0.20 | 0.02 | 142.68 | 0.91 | 0.82 |
| Hex | A9 | FB | C8 | 21 | 0 | 14 | 2 | 8F | 5B | 52 |
| Octal | 251 | 373 | 310 | 41 | 0 | 24 | 2 | 217 | 133 | 122 |
| Binary | 10101001 | 11111011 | 11001000 | 100001 | 0 | 10100 | 10 | 10001111 | 1011011 | 1010010 |
Color Harmonies of #A9FBC8
Complementary color
Monochromatic Colors of #A9FBC8
Black with #A9FBC8
Text Example
Text Example
White with #A9FBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FBC8; }
p { color: rgb(169,251,200); }
H1.HeaderClassName
{
color: #A9FBC8;
}
.AnyTagClassName
{
color: #A9FBC8;
}
</style>
background-color css
<style>
a { background-color: #A9FBC8; }
a { background-color: rgb(169,251,200); }
div.DivClassName
{
background-color: #A9FBC8;
}
.BgClassName
{
background-color: #A9FBC8;
}
</style>
border-color css
<style>
span { border-color: #A9FBC8; }
span { border-color: rgb(169,251,200); }
td.TdClassName
{
border-color: #A9FBC8;
}
.TagClassName
{
border-color: #A9FBC8;
}
</style>