Shades of Magic Mint #9AF9BB
Tints of Magic Mint #9AF9BB
RGB
CMYK
RGB Variations
Color information
#9AF9BB (or 0x9AF9BB) is known color: Magic Mint. HEX triplet: 9A, F9 and BB. RGB value is (154,249,187). Sum of RGB (Red+Green+Blue) = 154+249+187=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF9BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF9BB is #650644. Grayscale: #D5D5D5. Windows color (decimal): -6620741 or 12319130. OLE color: 12319130.
HSL color Cylindrical-coordinate representation of color #9AF9BB: hue angle of 140.84º degrees, saturation: 0.89, 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 #9AF9BB is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 249 | 187 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.02 |
| HSL | 140.84º | 0.89% | 0.79% | - |
| HSV(B) | 140.84º | 0.38% | 0.98% | - |
| XYZ | 56.17 | 78.21 | 59.15 | - |
| YUV | 213.53 | 113.03 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 249 | 187 | 0.38 | 0 | 0.25 | 0.02 | 140.84 | 0.89 | 0.79 |
| Hex | 9A | F9 | BB | 26 | 0 | 19 | 2 | 8D | 59 | 4F |
| Octal | 232 | 371 | 273 | 46 | 0 | 31 | 2 | 215 | 131 | 117 |
| Binary | 10011010 | 11111001 | 10111011 | 100110 | 0 | 11001 | 10 | 10001101 | 1011001 | 1001111 |
Color Harmonies of #9AF9BB
Complementary color
Monochromatic Colors of #9AF9BB
Black with #9AF9BB
Text Example
Text Example
White with #9AF9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF9BB; }
p { color: rgb(154,249,187); }
H1.HeaderClassName
{
color: #9AF9BB;
}
.AnyTagClassName
{
color: #9AF9BB;
}
</style>
background-color css
<style>
a { background-color: #9AF9BB; }
a { background-color: rgb(154,249,187); }
div.DivClassName
{
background-color: #9AF9BB;
}
.BgClassName
{
background-color: #9AF9BB;
}
</style>
border-color css
<style>
span { border-color: #9AF9BB; }
span { border-color: rgb(154,249,187); }
td.TdClassName
{
border-color: #9AF9BB;
}
.TagClassName
{
border-color: #9AF9BB;
}
</style>