Shades of Magic Mint #9AFAC1
Tints of Magic Mint #9AFAC1
RGB
CMYK
RGB Variations
Color information
#9AFAC1 (or 0x9AFAC1) is known color: Magic Mint. HEX triplet: 9A, FA and C1. RGB value is (154,250,193). Sum of RGB (Red+Green+Blue) = 154+250+193=597 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.80% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFAC1 is #65053E. Grayscale: #D6D6D6. Windows color (decimal): -6620479 or 12712602. OLE color: 12712602.
HSL color Cylindrical-coordinate representation of color #9AFAC1: hue angle of 144.38º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AFAC1 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 250 | 193 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.02 |
| HSL | 144.38º | 0.91% | 0.79% | - |
| HSV(B) | 144.38º | 0.38% | 0.98% | - |
| XYZ | 57.14 | 79.09 | 62.71 | - |
| YUV | 214.8 | 115.7 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 250 | 193 | 0.38 | 0 | 0.23 | 0.02 | 144.38 | 0.91 | 0.79 |
| Hex | 9A | FA | C1 | 26 | 0 | 17 | 2 | 90 | 5B | 4F |
| Octal | 232 | 372 | 301 | 46 | 0 | 27 | 2 | 220 | 133 | 117 |
| Binary | 10011010 | 11111010 | 11000001 | 100110 | 0 | 10111 | 10 | 10010000 | 1011011 | 1001111 |
Color Harmonies of #9AFAC1
Complementary color
Monochromatic Colors of #9AFAC1
Black with #9AFAC1
Text Example
Text Example
White with #9AFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFAC1; }
p { color: rgb(154,250,193); }
H1.HeaderClassName
{
color: #9AFAC1;
}
.AnyTagClassName
{
color: #9AFAC1;
}
</style>
background-color css
<style>
a { background-color: #9AFAC1; }
a { background-color: rgb(154,250,193); }
div.DivClassName
{
background-color: #9AFAC1;
}
.BgClassName
{
background-color: #9AFAC1;
}
</style>
border-color css
<style>
span { border-color: #9AFAC1; }
span { border-color: rgb(154,250,193); }
td.TdClassName
{
border-color: #9AFAC1;
}
.TagClassName
{
border-color: #9AFAC1;
}
</style>