Shades of Magic Mint #99FBD7
Tints of Magic Mint #99FBD7
RGB
CMYK
RGB Variations
Color information
#99FBD7 (or 0x99FBD7) is known color: Magic Mint. HEX triplet: 99, FB and D7. RGB value is (153,251,215). Sum of RGB (Red+Green+Blue) = 153+251+215=619 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.72% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #99FBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FBD7 is #660428. Grayscale: #D9D9D9. Windows color (decimal): -6685737 or 14154649. OLE color: 14154649.
HSL color Cylindrical-coordinate representation of color #99FBD7: hue angle of 157.96º degrees, saturation: 0.92, 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 #99FBD7 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 251 | 215 | - |
| CMYK | 0.39 | 0 | 0.14 | 0.02 |
| HSL | 157.96º | 0.92% | 0.79% | - |
| HSV(B) | 157.96º | 0.39% | 0.98% | - |
| XYZ | 59.9 | 80.67 | 76.7 | - |
| YUV | 217.59 | 126.53 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 251 | 215 | 0.39 | 0 | 0.14 | 0.02 | 157.96 | 0.92 | 0.79 |
| Hex | 99 | FB | D7 | 27 | 0 | E | 2 | 9E | 5C | 4F |
| Octal | 231 | 373 | 327 | 47 | 0 | 16 | 2 | 236 | 134 | 117 |
| Binary | 10011001 | 11111011 | 11010111 | 100111 | 0 | 1110 | 10 | 10011110 | 1011100 | 1001111 |
Color Harmonies of #99FBD7
Complementary color
Monochromatic Colors of #99FBD7
Black with #99FBD7
Text Example
Text Example
White with #99FBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FBD7; }
p { color: rgb(153,251,215); }
H1.HeaderClassName
{
color: #99FBD7;
}
.AnyTagClassName
{
color: #99FBD7;
}
</style>
background-color css
<style>
a { background-color: #99FBD7; }
a { background-color: rgb(153,251,215); }
div.DivClassName
{
background-color: #99FBD7;
}
.BgClassName
{
background-color: #99FBD7;
}
</style>
border-color css
<style>
span { border-color: #99FBD7; }
span { border-color: rgb(153,251,215); }
td.TdClassName
{
border-color: #99FBD7;
}
.TagClassName
{
border-color: #99FBD7;
}
</style>