Shades of Magic Mint #9AFCBF
Tints of Magic Mint #9AFCBF
RGB
CMYK
RGB Variations
Color information
#9AFCBF (or 0x9AFCBF) is known color: Magic Mint. HEX triplet: 9A, FC and BF. RGB value is (154,252,191). Sum of RGB (Red+Green+Blue) = 154+252+191=597 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.80% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFCBF is #650340. Grayscale: #D7D7D7. Windows color (decimal): -6619969 or 12582042. OLE color: 12582042.
HSL color Cylindrical-coordinate representation of color #9AFCBF: hue angle of 142.65º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFCBF is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 252 | 191 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.01 |
| HSL | 142.65º | 0.94% | 0.8% | - |
| HSV(B) | 142.65º | 0.39% | 0.99% | - |
| XYZ | 57.54 | 80.25 | 61.75 | - |
| YUV | 215.74 | 114.03 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 252 | 191 | 0.39 | 0 | 0.24 | 0.01 | 142.65 | 0.94 | 0.8 |
| Hex | 9A | FC | BF | 27 | 0 | 18 | 1 | 8F | 5E | 50 |
| Octal | 232 | 374 | 277 | 47 | 0 | 30 | 1 | 217 | 136 | 120 |
| Binary | 10011010 | 11111100 | 10111111 | 100111 | 0 | 11000 | 1 | 10001111 | 1011110 | 1010000 |
Color Harmonies of #9AFCBF
Complementary color
Monochromatic Colors of #9AFCBF
Black with #9AFCBF
Text Example
Text Example
White with #9AFCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFCBF; }
p { color: rgb(154,252,191); }
H1.HeaderClassName
{
color: #9AFCBF;
}
.AnyTagClassName
{
color: #9AFCBF;
}
</style>
background-color css
<style>
a { background-color: #9AFCBF; }
a { background-color: rgb(154,252,191); }
div.DivClassName
{
background-color: #9AFCBF;
}
.BgClassName
{
background-color: #9AFCBF;
}
</style>
border-color css
<style>
span { border-color: #9AFCBF; }
span { border-color: rgb(154,252,191); }
td.TdClassName
{
border-color: #9AFCBF;
}
.TagClassName
{
border-color: #9AFCBF;
}
</style>