Shades of Magic Mint #9AFABB
Tints of Magic Mint #9AFABB
RGB
CMYK
RGB Variations
Color information
#9AFABB (or 0x9AFABB) is known color: Magic Mint. HEX triplet: 9A, FA and BB. RGB value is (154,250,187). Sum of RGB (Red+Green+Blue) = 154+250+187=591 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.06% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFABB is #650544. Grayscale: #D6D6D6. Windows color (decimal): -6620485 or 12319386. OLE color: 12319386.
HSL color Cylindrical-coordinate representation of color #9AFABB: hue angle of 140.62º 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 #9AFABB is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 250 | 187 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.02 |
| HSL | 140.63º | 0.91% | 0.79% | - |
| HSV(B) | 140.63º | 0.38% | 0.98% | - |
| XYZ | 56.48 | 78.83 | 59.25 | - |
| YUV | 214.11 | 112.7 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 250 | 187 | 0.38 | 0 | 0.25 | 0.02 | 140.63 | 0.91 | 0.79 |
| Hex | 9A | FA | BB | 26 | 0 | 19 | 2 | 8D | 5B | 4F |
| Octal | 232 | 372 | 273 | 46 | 0 | 31 | 2 | 215 | 133 | 117 |
| Binary | 10011010 | 11111010 | 10111011 | 100110 | 0 | 11001 | 10 | 10001101 | 1011011 | 1001111 |
Color Harmonies of #9AFABB
Complementary color
Monochromatic Colors of #9AFABB
Black with #9AFABB
Text Example
Text Example
White with #9AFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFABB; }
p { color: rgb(154,250,187); }
H1.HeaderClassName
{
color: #9AFABB;
}
.AnyTagClassName
{
color: #9AFABB;
}
</style>
background-color css
<style>
a { background-color: #9AFABB; }
a { background-color: rgb(154,250,187); }
div.DivClassName
{
background-color: #9AFABB;
}
.BgClassName
{
background-color: #9AFABB;
}
</style>
border-color css
<style>
span { border-color: #9AFABB; }
span { border-color: rgb(154,250,187); }
td.TdClassName
{
border-color: #9AFABB;
}
.TagClassName
{
border-color: #9AFABB;
}
</style>