Shades of Magic Mint #99FCDB
Tints of Magic Mint #99FCDB
RGB
CMYK
RGB Variations
Color information
#99FCDB (or 0x99FCDB) is known color: Magic Mint. HEX triplet: 99, FC and DB. RGB value is (153,252,219). Sum of RGB (Red+Green+Blue) = 153+252+219=624 (82% of max value = 765). Red value is 153 (60.16% from 255 or 24.52% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #99FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FCDB is #660324. Grayscale: #DADADA. Windows color (decimal): -6685477 or 14417049. OLE color: 14417049.
HSL color Cylindrical-coordinate representation of color #99FCDB: hue angle of 160º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99FCDB is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 252 | 219 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.01 |
| HSL | 160º | 0.94% | 0.79% | - |
| HSV(B) | 160º | 0.39% | 0.99% | - |
| XYZ | 60.73 | 81.51 | 79.55 | - |
| YUV | 218.64 | 128.2 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 252 | 219 | 0.39 | 0 | 0.13 | 0.01 | 160 | 0.94 | 0.79 |
| Hex | 99 | FC | DB | 27 | 0 | D | 1 | A0 | 5E | 4F |
| Octal | 231 | 374 | 333 | 47 | 0 | 15 | 1 | 240 | 136 | 117 |
| Binary | 10011001 | 11111100 | 11011011 | 100111 | 0 | 1101 | 1 | 10100000 | 1011110 | 1001111 |
Color Harmonies of #99FCDB
Complementary color
Monochromatic Colors of #99FCDB
Black with #99FCDB
Text Example
Text Example
White with #99FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FCDB; }
p { color: rgb(153,252,219); }
H1.HeaderClassName
{
color: #99FCDB;
}
.AnyTagClassName
{
color: #99FCDB;
}
</style>
background-color css
<style>
a { background-color: #99FCDB; }
a { background-color: rgb(153,252,219); }
div.DivClassName
{
background-color: #99FCDB;
}
.BgClassName
{
background-color: #99FCDB;
}
</style>
border-color css
<style>
span { border-color: #99FCDB; }
span { border-color: rgb(153,252,219); }
td.TdClassName
{
border-color: #99FCDB;
}
.TagClassName
{
border-color: #99FCDB;
}
</style>