Shades of Magic Mint #9AFECD
Tints of Magic Mint #9AFECD
RGB
CMYK
RGB Variations
Color information
#9AFECD (or 0x9AFECD) is known color: Magic Mint. HEX triplet: 9A, FE and CD. RGB value is (154,254,205). Sum of RGB (Red+Green+Blue) = 154+254+205=613 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.12% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFECD is #650132. Grayscale: #DADADA. Windows color (decimal): -6619443 or 13500058. OLE color: 13500058.
HSL color Cylindrical-coordinate representation of color #9AFECD: hue angle of 150.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFECD is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 254 | 205 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.00 |
| HSL | 150.6º | 0.98% | 0.8% | - |
| HSV(B) | 150.6º | 0.39% | 1% | - |
| XYZ | 59.79 | 82.16 | 70.47 | - |
| YUV | 218.51 | 120.37 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 254 | 205 | 0.39 | 0 | 0.19 | 0.00 | 150.6 | 0.98 | 0.8 |
| Hex | 9A | FE | CD | 27 | 0 | 13 | 0 | 97 | 62 | 50 |
| Octal | 232 | 376 | 315 | 47 | 0 | 23 | 0 | 227 | 142 | 120 |
| Binary | 10011010 | 11111110 | 11001101 | 100111 | 0 | 10011 | 0 | 10010111 | 1100010 | 1010000 |
Color Harmonies of #9AFECD
Complementary color
Monochromatic Colors of #9AFECD
Black with #9AFECD
Text Example
Text Example
White with #9AFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFECD; }
p { color: rgb(154,254,205); }
H1.HeaderClassName
{
color: #9AFECD;
}
.AnyTagClassName
{
color: #9AFECD;
}
</style>
background-color css
<style>
a { background-color: #9AFECD; }
a { background-color: rgb(154,254,205); }
div.DivClassName
{
background-color: #9AFECD;
}
.BgClassName
{
background-color: #9AFECD;
}
</style>
border-color css
<style>
span { border-color: #9AFECD; }
span { border-color: rgb(154,254,205); }
td.TdClassName
{
border-color: #9AFECD;
}
.TagClassName
{
border-color: #9AFECD;
}
</style>