Shades of Magic Mint #9AFEC6
Tints of Magic Mint #9AFEC6
RGB
CMYK
RGB Variations
Color information
#9AFEC6 (or 0x9AFEC6) is known color: Magic Mint. HEX triplet: 9A, FE and C6. RGB value is (154,254,198). Sum of RGB (Red+Green+Blue) = 154+254+198=606 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.41% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFEC6 is #650139. Grayscale: #D9D9D9. Windows color (decimal): -6619450 or 13041306. OLE color: 13041306.
HSL color Cylindrical-coordinate representation of color #9AFEC6: hue angle of 146.4º 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 #9AFEC6 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 254 | 198 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.00 |
| HSL | 146.4º | 0.98% | 0.8% | - |
| HSV(B) | 146.4º | 0.39% | 1% | - |
| XYZ | 58.96 | 81.83 | 66.11 | - |
| YUV | 217.72 | 116.87 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 254 | 198 | 0.39 | 0 | 0.22 | 0.00 | 146.4 | 0.98 | 0.8 |
| Hex | 9A | FE | C6 | 27 | 0 | 16 | 0 | 92 | 62 | 50 |
| Octal | 232 | 376 | 306 | 47 | 0 | 26 | 0 | 222 | 142 | 120 |
| Binary | 10011010 | 11111110 | 11000110 | 100111 | 0 | 10110 | 0 | 10010010 | 1100010 | 1010000 |
Color Harmonies of #9AFEC6
Complementary color
Monochromatic Colors of #9AFEC6
Black with #9AFEC6
Text Example
Text Example
White with #9AFEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFEC6; }
p { color: rgb(154,254,198); }
H1.HeaderClassName
{
color: #9AFEC6;
}
.AnyTagClassName
{
color: #9AFEC6;
}
</style>
background-color css
<style>
a { background-color: #9AFEC6; }
a { background-color: rgb(154,254,198); }
div.DivClassName
{
background-color: #9AFEC6;
}
.BgClassName
{
background-color: #9AFEC6;
}
</style>
border-color css
<style>
span { border-color: #9AFEC6; }
span { border-color: rgb(154,254,198); }
td.TdClassName
{
border-color: #9AFEC6;
}
.TagClassName
{
border-color: #9AFEC6;
}
</style>