Shades of Magic Mint #9FFAD4
Tints of Magic Mint #9FFAD4
RGB
CMYK
RGB Variations
Color information
#9FFAD4 (or 0x9FFAD4) is known color: Magic Mint. HEX triplet: 9F, FA and D4. RGB value is (159,250,212). Sum of RGB (Red+Green+Blue) = 159+250+212=621 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.60% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 212 (83.20% from 255 or 34.14% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFAD4 is #60052B. Grayscale: #DADADA. Windows color (decimal): -6292780 or 13957791. OLE color: 13957791.
HSL color Cylindrical-coordinate representation of color #9FFAD4: hue angle of 154.95º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFAD4 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 212 | - |
| CMYK | 0.36 | 0 | 0.15 | 0.02 |
| HSL | 154.95º | 0.9% | 0.8% | - |
| HSV(B) | 154.95º | 0.36% | 0.98% | - |
| XYZ | 60.37 | 80.5 | 74.64 | - |
| YUV | 218.46 | 124.35 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 212 | 0.36 | 0 | 0.15 | 0.02 | 154.95 | 0.9 | 0.8 |
| Hex | 9F | FA | D4 | 24 | 0 | F | 2 | 9B | 5A | 50 |
| Octal | 237 | 372 | 324 | 44 | 0 | 17 | 2 | 233 | 132 | 120 |
| Binary | 10011111 | 11111010 | 11010100 | 100100 | 0 | 1111 | 10 | 10011011 | 1011010 | 1010000 |
Color Harmonies of #9FFAD4
Complementary color
Monochromatic Colors of #9FFAD4
Black with #9FFAD4
Text Example
Text Example
White with #9FFAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFAD4; }
p { color: rgb(159,250,212); }
H1.HeaderClassName
{
color: #9FFAD4;
}
.AnyTagClassName
{
color: #9FFAD4;
}
</style>
background-color css
<style>
a { background-color: #9FFAD4; }
a { background-color: rgb(159,250,212); }
div.DivClassName
{
background-color: #9FFAD4;
}
.BgClassName
{
background-color: #9FFAD4;
}
</style>
border-color css
<style>
span { border-color: #9FFAD4; }
span { border-color: rgb(159,250,212); }
td.TdClassName
{
border-color: #9FFAD4;
}
.TagClassName
{
border-color: #9FFAD4;
}
</style>