Shades of Magic Mint #9AFADD
Tints of Magic Mint #9AFADD
RGB
CMYK
RGB Variations
Color information
#9AFADD (or 0x9AFADD) is known color: Magic Mint. HEX triplet: 9A, FA and DD. RGB value is (154,250,221). Sum of RGB (Red+Green+Blue) = 154+250+221=625 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.64% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFADD is #650522. Grayscale: #DADADA. Windows color (decimal): -6620451 or 14547610. OLE color: 14547610.
HSL color Cylindrical-coordinate representation of color #9AFADD: hue angle of 161.88º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AFADD is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 250 | 221 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.02 |
| HSL | 161.88º | 0.91% | 0.79% | - |
| HSV(B) | 161.88º | 0.38% | 0.98% | - |
| XYZ | 60.56 | 80.46 | 80.75 | - |
| YUV | 217.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 250 | 221 | 0.38 | 0 | 0.12 | 0.02 | 161.88 | 0.91 | 0.79 |
| Hex | 9A | FA | DD | 26 | 0 | C | 2 | A2 | 5B | 4F |
| Octal | 232 | 372 | 335 | 46 | 0 | 14 | 2 | 242 | 133 | 117 |
| Binary | 10011010 | 11111010 | 11011101 | 100110 | 0 | 1100 | 10 | 10100010 | 1011011 | 1001111 |
Color Harmonies of #9AFADD
Complementary color
Monochromatic Colors of #9AFADD
Black with #9AFADD
Text Example
Text Example
White with #9AFADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFADD; }
p { color: rgb(154,250,221); }
H1.HeaderClassName
{
color: #9AFADD;
}
.AnyTagClassName
{
color: #9AFADD;
}
</style>
background-color css
<style>
a { background-color: #9AFADD; }
a { background-color: rgb(154,250,221); }
div.DivClassName
{
background-color: #9AFADD;
}
.BgClassName
{
background-color: #9AFADD;
}
</style>
border-color css
<style>
span { border-color: #9AFADD; }
span { border-color: rgb(154,250,221); }
td.TdClassName
{
border-color: #9AFADD;
}
.TagClassName
{
border-color: #9AFADD;
}
</style>