Shades of Magic Mint #9AFACD
Tints of Magic Mint #9AFACD
RGB
CMYK
RGB Variations
Color information
#9AFACD (or 0x9AFACD) is known color: Magic Mint. HEX triplet: 9A, FA and CD. RGB value is (154,250,205). Sum of RGB (Red+Green+Blue) = 154+250+205=609 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.29% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFACD is #650532. Grayscale: #D8D8D8. Windows color (decimal): -6620467 or 13499034. OLE color: 13499034.
HSL color Cylindrical-coordinate representation of color #9AFACD: hue angle of 151.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 #9AFACD is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 250 | 205 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.02 |
| HSL | 151.88º | 0.91% | 0.79% | - |
| HSV(B) | 151.88º | 0.38% | 0.98% | - |
| XYZ | 58.53 | 79.65 | 70.05 | - |
| YUV | 216.17 | 121.7 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 250 | 205 | 0.38 | 0 | 0.18 | 0.02 | 151.88 | 0.91 | 0.79 |
| Hex | 9A | FA | CD | 26 | 0 | 12 | 2 | 98 | 5B | 4F |
| Octal | 232 | 372 | 315 | 46 | 0 | 22 | 2 | 230 | 133 | 117 |
| Binary | 10011010 | 11111010 | 11001101 | 100110 | 0 | 10010 | 10 | 10011000 | 1011011 | 1001111 |
Color Harmonies of #9AFACD
Complementary color
Monochromatic Colors of #9AFACD
Black with #9AFACD
Text Example
Text Example
White with #9AFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFACD; }
p { color: rgb(154,250,205); }
H1.HeaderClassName
{
color: #9AFACD;
}
.AnyTagClassName
{
color: #9AFACD;
}
</style>
background-color css
<style>
a { background-color: #9AFACD; }
a { background-color: rgb(154,250,205); }
div.DivClassName
{
background-color: #9AFACD;
}
.BgClassName
{
background-color: #9AFACD;
}
</style>
border-color css
<style>
span { border-color: #9AFACD; }
span { border-color: rgb(154,250,205); }
td.TdClassName
{
border-color: #9AFACD;
}
.TagClassName
{
border-color: #9AFACD;
}
</style>