Shades of Magic Mint #A9FBC2
Tints of Magic Mint #A9FBC2
RGB
CMYK
RGB Variations
Color information
#A9FBC2 (or 0xA9FBC2) is known color: Magic Mint. HEX triplet: A9, FB and C2. RGB value is (169,251,194). Sum of RGB (Red+Green+Blue) = 169+251+194=614 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.52% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FBC2 is #56043D. Grayscale: #DCDCDC. Windows color (decimal): -5637182 or 12778409. OLE color: 12778409.
HSL color Cylindrical-coordinate representation of color #A9FBC2: hue angle of 138.29º 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 #A9FBC2 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 251 | 194 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.02 |
| HSL | 138.29º | 0.91% | 0.82% | - |
| HSV(B) | 138.29º | 0.33% | 0.98% | - |
| XYZ | 60.6 | 81.32 | 63.54 | - |
| YUV | 219.98 | 113.33 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 251 | 194 | 0.33 | 0 | 0.23 | 0.02 | 138.29 | 0.91 | 0.82 |
| Hex | A9 | FB | C2 | 21 | 0 | 17 | 2 | 8A | 5B | 52 |
| Octal | 251 | 373 | 302 | 41 | 0 | 27 | 2 | 212 | 133 | 122 |
| Binary | 10101001 | 11111011 | 11000010 | 100001 | 0 | 10111 | 10 | 10001010 | 1011011 | 1010010 |
Color Harmonies of #A9FBC2
Complementary color
Monochromatic Colors of #A9FBC2
Black with #A9FBC2
Text Example
Text Example
White with #A9FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FBC2; }
p { color: rgb(169,251,194); }
H1.HeaderClassName
{
color: #A9FBC2;
}
.AnyTagClassName
{
color: #A9FBC2;
}
</style>
background-color css
<style>
a { background-color: #A9FBC2; }
a { background-color: rgb(169,251,194); }
div.DivClassName
{
background-color: #A9FBC2;
}
.BgClassName
{
background-color: #A9FBC2;
}
</style>
border-color css
<style>
span { border-color: #A9FBC2; }
span { border-color: rgb(169,251,194); }
td.TdClassName
{
border-color: #A9FBC2;
}
.TagClassName
{
border-color: #A9FBC2;
}
</style>