Shades of Magic Mint #99FAB8
Tints of Magic Mint #99FAB8
RGB
CMYK
RGB Variations
Color information
#99FAB8 (or 0x99FAB8) is known color: Magic Mint. HEX triplet: 99, FA and B8. RGB value is (153,250,184). Sum of RGB (Red+Green+Blue) = 153+250+184=587 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.06% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 184 (72.27% from 255 or 31.35% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #99FAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FAB8 is #660547. Grayscale: #D5D5D5. Windows color (decimal): -6686024 or 12122777. OLE color: 12122777.
HSL color Cylindrical-coordinate representation of color #99FAB8: hue angle of 139.18º 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 #99FAB8 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 250 | 184 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.02 |
| HSL | 139.18º | 0.91% | 0.79% | - |
| HSV(B) | 139.18º | 0.39% | 0.98% | - |
| XYZ | 55.97 | 78.6 | 57.57 | - |
| YUV | 213.47 | 111.36 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 184 | 0.39 | 0 | 0.26 | 0.02 | 139.18 | 0.91 | 0.79 |
| Hex | 99 | FA | B8 | 27 | 0 | 1A | 2 | 8B | 5B | 4F |
| Octal | 231 | 372 | 270 | 47 | 0 | 32 | 2 | 213 | 133 | 117 |
| Binary | 10011001 | 11111010 | 10111000 | 100111 | 0 | 11010 | 10 | 10001011 | 1011011 | 1001111 |
Color Harmonies of #99FAB8
Complementary color
Monochromatic Colors of #99FAB8
Black with #99FAB8
Text Example
Text Example
White with #99FAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FAB8; }
p { color: rgb(153,250,184); }
H1.HeaderClassName
{
color: #99FAB8;
}
.AnyTagClassName
{
color: #99FAB8;
}
</style>
background-color css
<style>
a { background-color: #99FAB8; }
a { background-color: rgb(153,250,184); }
div.DivClassName
{
background-color: #99FAB8;
}
.BgClassName
{
background-color: #99FAB8;
}
</style>
border-color css
<style>
span { border-color: #99FAB8; }
span { border-color: rgb(153,250,184); }
td.TdClassName
{
border-color: #99FAB8;
}
.TagClassName
{
border-color: #99FAB8;
}
</style>