Shades of Magic Mint #9AF7BA
Tints of Magic Mint #9AF7BA
RGB
CMYK
RGB Variations
Color information
#9AF7BA (or 0x9AF7BA) is known color: Magic Mint. HEX triplet: 9A, F7 and BA. RGB value is (154,247,186). Sum of RGB (Red+Green+Blue) = 154+247+186=587 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.24% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #9AF7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF7BA is #650845. Grayscale: #D4D4D4. Windows color (decimal): -6621254 or 12253082. OLE color: 12253082.
HSL color Cylindrical-coordinate representation of color #9AF7BA: hue angle of 140.65º 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 #9AF7BA is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 247 | 186 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.03 |
| HSL | 140.65º | 0.85% | 0.79% | - |
| HSV(B) | 140.65º | 0.38% | 0.97% | - |
| XYZ | 55.45 | 76.94 | 58.38 | - |
| YUV | 212.24 | 113.19 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 247 | 186 | 0.38 | 0 | 0.25 | 0.03 | 140.65 | 0.85 | 0.79 |
| Hex | 9A | F7 | BA | 26 | 0 | 19 | 3 | 8D | 55 | 4F |
| Octal | 232 | 367 | 272 | 46 | 0 | 31 | 3 | 215 | 125 | 117 |
| Binary | 10011010 | 11110111 | 10111010 | 100110 | 0 | 11001 | 11 | 10001101 | 1010101 | 1001111 |
Color Harmonies of #9AF7BA
Complementary color
Monochromatic Colors of #9AF7BA
Black with #9AF7BA
Text Example
Text Example
White with #9AF7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF7BA; }
p { color: rgb(154,247,186); }
H1.HeaderClassName
{
color: #9AF7BA;
}
.AnyTagClassName
{
color: #9AF7BA;
}
</style>
background-color css
<style>
a { background-color: #9AF7BA; }
a { background-color: rgb(154,247,186); }
div.DivClassName
{
background-color: #9AF7BA;
}
.BgClassName
{
background-color: #9AF7BA;
}
</style>
border-color css
<style>
span { border-color: #9AF7BA; }
span { border-color: rgb(154,247,186); }
td.TdClassName
{
border-color: #9AF7BA;
}
.TagClassName
{
border-color: #9AF7BA;
}
</style>