Shades of Magic Mint #9FF8DD
Tints of Magic Mint #9FF8DD
RGB
CMYK
RGB Variations
Color information
#9FF8DD (or 0x9FF8DD) is known color: Magic Mint. HEX triplet: 9F, F8 and DD. RGB value is (159,248,221). Sum of RGB (Red+Green+Blue) = 159+248+221=628 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.32% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF8DD is #600722. Grayscale: #DADADA. Windows color (decimal): -6293283 or 14547103. OLE color: 14547103.
HSL color Cylindrical-coordinate representation of color #9FF8DD: hue angle of 161.8º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF8DD is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 159 | 248 | 221 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.03 |
| HSL | 161.8º | 0.86% | 0.8% | - |
| HSV(B) | 161.8º | 0.36% | 0.97% | - |
| XYZ | 60.92 | 79.73 | 80.58 | - |
| YUV | 218.31 | 129.51 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 248 | 221 | 0.36 | 0 | 0.11 | 0.03 | 161.8 | 0.86 | 0.8 |
| Hex | 9F | F8 | DD | 24 | 0 | B | 3 | A2 | 56 | 50 |
| Octal | 237 | 370 | 335 | 44 | 0 | 13 | 3 | 242 | 126 | 120 |
| Binary | 10011111 | 11111000 | 11011101 | 100100 | 0 | 1011 | 11 | 10100010 | 1010110 | 1010000 |
Color Harmonies of #9FF8DD
Complementary color
Monochromatic Colors of #9FF8DD
Black with #9FF8DD
Text Example
Text Example
White with #9FF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF8DD; }
p { color: rgb(159,248,221); }
H1.HeaderClassName
{
color: #9FF8DD;
}
.AnyTagClassName
{
color: #9FF8DD;
}
</style>
background-color css
<style>
a { background-color: #9FF8DD; }
a { background-color: rgb(159,248,221); }
div.DivClassName
{
background-color: #9FF8DD;
}
.BgClassName
{
background-color: #9FF8DD;
}
</style>
border-color css
<style>
span { border-color: #9FF8DD; }
span { border-color: rgb(159,248,221); }
td.TdClassName
{
border-color: #9FF8DD;
}
.TagClassName
{
border-color: #9FF8DD;
}
</style>