Shades of Magic Mint #9AFEC0
Tints of Magic Mint #9AFEC0
RGB
CMYK
RGB Variations
Color information
#9AFEC0 (or 0x9AFEC0) is known color: Magic Mint. HEX triplet: 9A, FE and C0. RGB value is (154,254,192). Sum of RGB (Red+Green+Blue) = 154+254+192=600 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.67% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFEC0 is #65013F. Grayscale: #D9D9D9. Windows color (decimal): -6619456 or 12648090. OLE color: 12648090.
HSL color Cylindrical-coordinate representation of color #9AFEC0: hue angle of 142.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFEC0 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 254 | 192 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.00 |
| HSL | 142.8º | 0.98% | 0.8% | - |
| HSV(B) | 142.8º | 0.39% | 1% | - |
| XYZ | 58.28 | 81.56 | 62.54 | - |
| YUV | 217.03 | 113.87 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 254 | 192 | 0.39 | 0 | 0.24 | 0.00 | 142.8 | 0.98 | 0.8 |
| Hex | 9A | FE | C0 | 27 | 0 | 18 | 0 | 8F | 62 | 50 |
| Octal | 232 | 376 | 300 | 47 | 0 | 30 | 0 | 217 | 142 | 120 |
| Binary | 10011010 | 11111110 | 11000000 | 100111 | 0 | 11000 | 0 | 10001111 | 1100010 | 1010000 |
Color Harmonies of #9AFEC0
Complementary color
Monochromatic Colors of #9AFEC0
Black with #9AFEC0
Text Example
Text Example
White with #9AFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFEC0; }
p { color: rgb(154,254,192); }
H1.HeaderClassName
{
color: #9AFEC0;
}
.AnyTagClassName
{
color: #9AFEC0;
}
</style>
background-color css
<style>
a { background-color: #9AFEC0; }
a { background-color: rgb(154,254,192); }
div.DivClassName
{
background-color: #9AFEC0;
}
.BgClassName
{
background-color: #9AFEC0;
}
</style>
border-color css
<style>
span { border-color: #9AFEC0; }
span { border-color: rgb(154,254,192); }
td.TdClassName
{
border-color: #9AFEC0;
}
.TagClassName
{
border-color: #9AFEC0;
}
</style>