Shades of Magic Mint #99FCBA
Tints of Magic Mint #99FCBA
RGB
CMYK
RGB Variations
Color information
#99FCBA (or 0x99FCBA) is known color: Magic Mint. HEX triplet: 99, FC and BA. RGB value is (153,252,186). Sum of RGB (Red+Green+Blue) = 153+252+186=591 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.89% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #99FCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FCBA is #660345. Grayscale: #D7D7D7. Windows color (decimal): -6685510 or 12254361. OLE color: 12254361.
HSL color Cylindrical-coordinate representation of color #99FCBA: hue angle of 140º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FCBA is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 252 | 186 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.01 |
| HSL | 140º | 0.94% | 0.79% | - |
| HSV(B) | 140º | 0.39% | 0.99% | - |
| XYZ | 56.81 | 79.94 | 58.89 | - |
| YUV | 214.88 | 111.7 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 252 | 186 | 0.39 | 0 | 0.26 | 0.01 | 140 | 0.94 | 0.79 |
| Hex | 99 | FC | BA | 27 | 0 | 1A | 1 | 8C | 5E | 4F |
| Octal | 231 | 374 | 272 | 47 | 0 | 32 | 1 | 214 | 136 | 117 |
| Binary | 10011001 | 11111100 | 10111010 | 100111 | 0 | 11010 | 1 | 10001100 | 1011110 | 1001111 |
Color Harmonies of #99FCBA
Complementary color
Monochromatic Colors of #99FCBA
Black with #99FCBA
Text Example
Text Example
White with #99FCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FCBA; }
p { color: rgb(153,252,186); }
H1.HeaderClassName
{
color: #99FCBA;
}
.AnyTagClassName
{
color: #99FCBA;
}
</style>
background-color css
<style>
a { background-color: #99FCBA; }
a { background-color: rgb(153,252,186); }
div.DivClassName
{
background-color: #99FCBA;
}
.BgClassName
{
background-color: #99FCBA;
}
</style>
border-color css
<style>
span { border-color: #99FCBA; }
span { border-color: rgb(153,252,186); }
td.TdClassName
{
border-color: #99FCBA;
}
.TagClassName
{
border-color: #99FCBA;
}
</style>