Shades of Magic Mint #9AFADF
Tints of Magic Mint #9AFADF
RGB
CMYK
RGB Variations
Color information
#9AFADF (or 0x9AFADF) is known color: Magic Mint. HEX triplet: 9A, FA and DF. RGB value is (154,250,223). Sum of RGB (Red+Green+Blue) = 154+250+223=627 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.56% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFADF is #650520. Grayscale: #DADADA. Windows color (decimal): -6620449 or 14678682. OLE color: 14678682.
HSL color Cylindrical-coordinate representation of color #9AFADF: hue angle of 163.12º 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 #9AFADF is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 250 | 223 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.02 |
| HSL | 163.13º | 0.91% | 0.79% | - |
| HSV(B) | 163.13º | 0.38% | 0.98% | - |
| XYZ | 60.83 | 80.57 | 82.16 | - |
| YUV | 218.22 | 130.7 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 250 | 223 | 0.38 | 0 | 0.11 | 0.02 | 163.13 | 0.91 | 0.79 |
| Hex | 9A | FA | DF | 26 | 0 | B | 2 | A3 | 5B | 4F |
| Octal | 232 | 372 | 337 | 46 | 0 | 13 | 2 | 243 | 133 | 117 |
| Binary | 10011010 | 11111010 | 11011111 | 100110 | 0 | 1011 | 10 | 10100011 | 1011011 | 1001111 |
Color Harmonies of #9AFADF
Complementary color
Monochromatic Colors of #9AFADF
Black with #9AFADF
Text Example
Text Example
White with #9AFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFADF; }
p { color: rgb(154,250,223); }
H1.HeaderClassName
{
color: #9AFADF;
}
.AnyTagClassName
{
color: #9AFADF;
}
</style>
background-color css
<style>
a { background-color: #9AFADF; }
a { background-color: rgb(154,250,223); }
div.DivClassName
{
background-color: #9AFADF;
}
.BgClassName
{
background-color: #9AFADF;
}
</style>
border-color css
<style>
span { border-color: #9AFADF; }
span { border-color: rgb(154,250,223); }
td.TdClassName
{
border-color: #9AFADF;
}
.TagClassName
{
border-color: #9AFADF;
}
</style>