Shades of Magic Mint #99FABA
Tints of Magic Mint #99FABA
RGB
CMYK
RGB Variations
Color information
#99FABA (or 0x99FABA) is known color: Magic Mint. HEX triplet: 99, FA and BA. RGB value is (153,250,186). Sum of RGB (Red+Green+Blue) = 153+250+186=589 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.98% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #99FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FABA is #660545. Grayscale: #D5D5D5. Windows color (decimal): -6686022 or 12253849. OLE color: 12253849.
HSL color Cylindrical-coordinate representation of color #99FABA: hue angle of 140.41º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FABA is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 250 | 186 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.02 |
| HSL | 140.41º | 0.91% | 0.79% | - |
| HSV(B) | 140.41º | 0.39% | 0.98% | - |
| XYZ | 56.19 | 78.69 | 58.68 | - |
| YUV | 213.7 | 112.36 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 186 | 0.39 | 0 | 0.26 | 0.02 | 140.41 | 0.91 | 0.79 |
| Hex | 99 | FA | BA | 27 | 0 | 1A | 2 | 8C | 5B | 4F |
| Octal | 231 | 372 | 272 | 47 | 0 | 32 | 2 | 214 | 133 | 117 |
| Binary | 10011001 | 11111010 | 10111010 | 100111 | 0 | 11010 | 10 | 10001100 | 1011011 | 1001111 |
Color Harmonies of #99FABA
Complementary color
Monochromatic Colors of #99FABA
Black with #99FABA
Text Example
Text Example
White with #99FABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FABA; }
p { color: rgb(153,250,186); }
H1.HeaderClassName
{
color: #99FABA;
}
.AnyTagClassName
{
color: #99FABA;
}
</style>
background-color css
<style>
a { background-color: #99FABA; }
a { background-color: rgb(153,250,186); }
div.DivClassName
{
background-color: #99FABA;
}
.BgClassName
{
background-color: #99FABA;
}
</style>
border-color css
<style>
span { border-color: #99FABA; }
span { border-color: rgb(153,250,186); }
td.TdClassName
{
border-color: #99FABA;
}
.TagClassName
{
border-color: #99FABA;
}
</style>