Shades of Magic Mint #9FF3DB
Tints of Magic Mint #9FF3DB
RGB
CMYK
RGB Variations
Color information
#9FF3DB (or 0x9FF3DB) is known color: Magic Mint. HEX triplet: 9F, F3 and DB. RGB value is (159,243,219). Sum of RGB (Red+Green+Blue) = 159+243+219=621 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.60% from 621); Green value is 243 (95.31% from 255 or 39.13% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF3DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF3DB is #600C24. Grayscale: #D7D7D7. Windows color (decimal): -6294565 or 14414751. OLE color: 14414751.
HSL color Cylindrical-coordinate representation of color #9FF3DB: hue angle of 162.86º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF3DB is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 243 | 219 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.05 |
| HSL | 162.86º | 0.78% | 0.79% | - |
| HSV(B) | 162.86º | 0.35% | 0.95% | - |
| XYZ | 59.13 | 76.59 | 78.68 | - |
| YUV | 215.15 | 130.17 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 243 | 219 | 0.35 | 0 | 0.10 | 0.05 | 162.86 | 0.78 | 0.79 |
| Hex | 9F | F3 | DB | 23 | 0 | A | 5 | A3 | 4E | 4F |
| Octal | 237 | 363 | 333 | 43 | 0 | 12 | 5 | 243 | 116 | 117 |
| Binary | 10011111 | 11110011 | 11011011 | 100011 | 0 | 1010 | 101 | 10100011 | 1001110 | 1001111 |
Color Harmonies of #9FF3DB
Complementary color
Monochromatic Colors of #9FF3DB
Black with #9FF3DB
Text Example
Text Example
White with #9FF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF3DB; }
p { color: rgb(159,243,219); }
H1.HeaderClassName
{
color: #9FF3DB;
}
.AnyTagClassName
{
color: #9FF3DB;
}
</style>
background-color css
<style>
a { background-color: #9FF3DB; }
a { background-color: rgb(159,243,219); }
div.DivClassName
{
background-color: #9FF3DB;
}
.BgClassName
{
background-color: #9FF3DB;
}
</style>
border-color css
<style>
span { border-color: #9FF3DB; }
span { border-color: rgb(159,243,219); }
td.TdClassName
{
border-color: #9FF3DB;
}
.TagClassName
{
border-color: #9FF3DB;
}
</style>