Shades of Magic Mint #99FABC
Tints of Magic Mint #99FABC
RGB
CMYK
RGB Variations
Color information
#99FABC (or 0x99FABC) is known color: Magic Mint. HEX triplet: 99, FA and BC. RGB value is (153,250,188). Sum of RGB (Red+Green+Blue) = 153+250+188=591 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.89% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #99FABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FABC is #660543. Grayscale: #D6D6D6. Windows color (decimal): -6686020 or 12384921. OLE color: 12384921.
HSL color Cylindrical-coordinate representation of color #99FABC: hue angle of 141.65º 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 #99FABC is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 250 | 188 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.02 |
| HSL | 141.65º | 0.91% | 0.79% | - |
| HSV(B) | 141.65º | 0.39% | 0.98% | - |
| XYZ | 56.4 | 78.77 | 59.81 | - |
| YUV | 213.93 | 113.36 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 188 | 0.39 | 0 | 0.25 | 0.02 | 141.65 | 0.91 | 0.79 |
| Hex | 99 | FA | BC | 27 | 0 | 19 | 2 | 8E | 5B | 4F |
| Octal | 231 | 372 | 274 | 47 | 0 | 31 | 2 | 216 | 133 | 117 |
| Binary | 10011001 | 11111010 | 10111100 | 100111 | 0 | 11001 | 10 | 10001110 | 1011011 | 1001111 |
Color Harmonies of #99FABC
Complementary color
Monochromatic Colors of #99FABC
Black with #99FABC
Text Example
Text Example
White with #99FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FABC; }
p { color: rgb(153,250,188); }
H1.HeaderClassName
{
color: #99FABC;
}
.AnyTagClassName
{
color: #99FABC;
}
</style>
background-color css
<style>
a { background-color: #99FABC; }
a { background-color: rgb(153,250,188); }
div.DivClassName
{
background-color: #99FABC;
}
.BgClassName
{
background-color: #99FABC;
}
</style>
border-color css
<style>
span { border-color: #99FABC; }
span { border-color: rgb(153,250,188); }
td.TdClassName
{
border-color: #99FABC;
}
.TagClassName
{
border-color: #99FABC;
}
</style>