Shades of Magic Mint #99F5DB
Tints of Magic Mint #99F5DB
RGB
CMYK
RGB Variations
Color information
#99F5DB (or 0x99F5DB) is known color: Magic Mint. HEX triplet: 99, F5 and DB. RGB value is (153,245,219). Sum of RGB (Red+Green+Blue) = 153+245+219=617 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.80% from 617); Green value is 245 (96.09% from 255 or 39.71% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 245 - color contains mainly: green. Hex color #99F5DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F5DB is #660A24. Grayscale: #D6D6D6. Windows color (decimal): -6687269 or 14415257. OLE color: 14415257.
HSL color Cylindrical-coordinate representation of color #99F5DB: hue angle of 163.04º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99F5DB is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 245 | 219 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.04 |
| HSL | 163.04º | 0.82% | 0.78% | - |
| HSV(B) | 163.04º | 0.38% | 0.96% | - |
| XYZ | 58.58 | 77.19 | 78.83 | - |
| YUV | 214.53 | 130.52 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 245 | 219 | 0.38 | 0 | 0.11 | 0.04 | 163.04 | 0.82 | 0.78 |
| Hex | 99 | F5 | DB | 26 | 0 | B | 4 | A3 | 52 | 4E |
| Octal | 231 | 365 | 333 | 46 | 0 | 13 | 4 | 243 | 122 | 116 |
| Binary | 10011001 | 11110101 | 11011011 | 100110 | 0 | 1011 | 100 | 10100011 | 1010010 | 1001110 |
Color Harmonies of #99F5DB
Complementary color
Monochromatic Colors of #99F5DB
Black with #99F5DB
Text Example
Text Example
White with #99F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F5DB; }
p { color: rgb(153,245,219); }
H1.HeaderClassName
{
color: #99F5DB;
}
.AnyTagClassName
{
color: #99F5DB;
}
</style>
background-color css
<style>
a { background-color: #99F5DB; }
a { background-color: rgb(153,245,219); }
div.DivClassName
{
background-color: #99F5DB;
}
.BgClassName
{
background-color: #99F5DB;
}
</style>
border-color css
<style>
span { border-color: #99F5DB; }
span { border-color: rgb(153,245,219); }
td.TdClassName
{
border-color: #99F5DB;
}
.TagClassName
{
border-color: #99F5DB;
}
</style>