Shades of Magic Mint #9AF7BC
Tints of Magic Mint #9AF7BC
RGB
CMYK
RGB Variations
Color information
#9AF7BC (or 0x9AF7BC) is known color: Magic Mint. HEX triplet: 9A, F7 and BC. RGB value is (154,247,188). Sum of RGB (Red+Green+Blue) = 154+247+188=589 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.15% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #9AF7BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF7BC is #650843. Grayscale: #D4D4D4. Windows color (decimal): -6621252 or 12384154. OLE color: 12384154.
HSL color Cylindrical-coordinate representation of color #9AF7BC: hue angle of 141.94º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF7BC is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 247 | 188 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.03 |
| HSL | 141.94º | 0.85% | 0.79% | - |
| HSV(B) | 141.94º | 0.38% | 0.97% | - |
| XYZ | 55.66 | 77.02 | 59.51 | - |
| YUV | 212.47 | 114.19 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 247 | 188 | 0.38 | 0 | 0.24 | 0.03 | 141.94 | 0.85 | 0.79 |
| Hex | 9A | F7 | BC | 26 | 0 | 18 | 3 | 8E | 55 | 4F |
| Octal | 232 | 367 | 274 | 46 | 0 | 30 | 3 | 216 | 125 | 117 |
| Binary | 10011010 | 11110111 | 10111100 | 100110 | 0 | 11000 | 11 | 10001110 | 1010101 | 1001111 |
Color Harmonies of #9AF7BC
Complementary color
Monochromatic Colors of #9AF7BC
Black with #9AF7BC
Text Example
Text Example
White with #9AF7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF7BC; }
p { color: rgb(154,247,188); }
H1.HeaderClassName
{
color: #9AF7BC;
}
.AnyTagClassName
{
color: #9AF7BC;
}
</style>
background-color css
<style>
a { background-color: #9AF7BC; }
a { background-color: rgb(154,247,188); }
div.DivClassName
{
background-color: #9AF7BC;
}
.BgClassName
{
background-color: #9AF7BC;
}
</style>
border-color css
<style>
span { border-color: #9AF7BC; }
span { border-color: rgb(154,247,188); }
td.TdClassName
{
border-color: #9AF7BC;
}
.TagClassName
{
border-color: #9AF7BC;
}
</style>