Shades of Magic Mint #99FADB
Tints of Magic Mint #99FADB
RGB
CMYK
RGB Variations
Color information
#99FADB (or 0x99FADB) is known color: Magic Mint. HEX triplet: 99, FA and DB. RGB value is (153,250,219). Sum of RGB (Red+Green+Blue) = 153+250+219=622 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.60% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #99FADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FADB is #660524. Grayscale: #D9D9D9. Windows color (decimal): -6685989 or 14416537. OLE color: 14416537.
HSL color Cylindrical-coordinate representation of color #99FADB: hue angle of 160.82º 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 #99FADB is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 250 | 219 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.02 |
| HSL | 160.82º | 0.91% | 0.79% | - |
| HSV(B) | 160.82º | 0.39% | 0.98% | - |
| XYZ | 60.11 | 80.26 | 79.34 | - |
| YUV | 217.46 | 128.86 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 219 | 0.39 | 0 | 0.12 | 0.02 | 160.82 | 0.91 | 0.79 |
| Hex | 99 | FA | DB | 27 | 0 | C | 2 | A1 | 5B | 4F |
| Octal | 231 | 372 | 333 | 47 | 0 | 14 | 2 | 241 | 133 | 117 |
| Binary | 10011001 | 11111010 | 11011011 | 100111 | 0 | 1100 | 10 | 10100001 | 1011011 | 1001111 |
Color Harmonies of #99FADB
Complementary color
Monochromatic Colors of #99FADB
Black with #99FADB
Text Example
Text Example
White with #99FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FADB; }
p { color: rgb(153,250,219); }
H1.HeaderClassName
{
color: #99FADB;
}
.AnyTagClassName
{
color: #99FADB;
}
</style>
background-color css
<style>
a { background-color: #99FADB; }
a { background-color: rgb(153,250,219); }
div.DivClassName
{
background-color: #99FADB;
}
.BgClassName
{
background-color: #99FADB;
}
</style>
border-color css
<style>
span { border-color: #99FADB; }
span { border-color: rgb(153,250,219); }
td.TdClassName
{
border-color: #99FADB;
}
.TagClassName
{
border-color: #99FADB;
}
</style>