Shades of Magic Mint #9AFFDD
Tints of Magic Mint #9AFFDD
RGB
CMYK
RGB Variations
Color information
#9AFFDD (or 0x9AFFDD) is known color: Magic Mint. HEX triplet: 9A, FF and DD. RGB value is (154,255,221). Sum of RGB (Red+Green+Blue) = 154+255+221=630 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.44% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 221 (86.72% from 255 or 35.08% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFFDD is #650022. Grayscale: #DCDCDC. Windows color (decimal): -6619171 or 14548890. OLE color: 14548890.
HSL color Cylindrical-coordinate representation of color #9AFFDD: hue angle of 159.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AFFDD is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 221 | - |
| CMYK | 0.40 | 0 | 0.13 | 0 |
| HSL | 159.8º | 1% | 0.8% | - |
| HSV(B) | 159.8º | 0.4% | 1% | - |
| XYZ | 62.14 | 83.61 | 81.27 | - |
| YUV | 220.93 | 128.04 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 221 | 0.40 | 0 | 0.13 | 0 | 159.8 | 1 | 0.8 |
| Hex | 9A | FF | DD | 28 | 0 | D | 0 | A0 | 64 | 50 |
| Octal | 232 | 377 | 335 | 50 | 0 | 15 | 0 | 240 | 144 | 120 |
| Binary | 10011010 | 11111111 | 11011101 | 101000 | 0 | 1101 | 0 | 10100000 | 1100100 | 1010000 |
Color Harmonies of #9AFFDD
Complementary color
Monochromatic Colors of #9AFFDD
Black with #9AFFDD
Text Example
Text Example
White with #9AFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFFDD; }
p { color: rgb(154,255,221); }
H1.HeaderClassName
{
color: #9AFFDD;
}
.AnyTagClassName
{
color: #9AFFDD;
}
</style>
background-color css
<style>
a { background-color: #9AFFDD; }
a { background-color: rgb(154,255,221); }
div.DivClassName
{
background-color: #9AFFDD;
}
.BgClassName
{
background-color: #9AFFDD;
}
</style>
border-color css
<style>
span { border-color: #9AFFDD; }
span { border-color: rgb(154,255,221); }
td.TdClassName
{
border-color: #9AFFDD;
}
.TagClassName
{
border-color: #9AFFDD;
}
</style>