Shades of Magic Mint #9AFDC5
Tints of Magic Mint #9AFDC5
RGB
CMYK
RGB Variations
Color information
#9AFDC5 (or 0x9AFDC5) is known color: Magic Mint. HEX triplet: 9A, FD and C5. RGB value is (154,253,197). Sum of RGB (Red+Green+Blue) = 154+253+197=604 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.50% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFDC5 is #65023A. Grayscale: #D9D9D9. Windows color (decimal): -6619707 or 12975514. OLE color: 12975514.
HSL color Cylindrical-coordinate representation of color #9AFDC5: hue angle of 146.06º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFDC5 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 253 | 197 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.01 |
| HSL | 146.06º | 0.96% | 0.8% | - |
| HSV(B) | 146.06º | 0.39% | 0.99% | - |
| XYZ | 58.53 | 81.15 | 65.4 | - |
| YUV | 217.02 | 116.7 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 253 | 197 | 0.39 | 0 | 0.22 | 0.01 | 146.06 | 0.96 | 0.8 |
| Hex | 9A | FD | C5 | 27 | 0 | 16 | 1 | 92 | 60 | 50 |
| Octal | 232 | 375 | 305 | 47 | 0 | 26 | 1 | 222 | 140 | 120 |
| Binary | 10011010 | 11111101 | 11000101 | 100111 | 0 | 10110 | 1 | 10010010 | 1100000 | 1010000 |
Color Harmonies of #9AFDC5
Complementary color
Monochromatic Colors of #9AFDC5
Black with #9AFDC5
Text Example
Text Example
White with #9AFDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFDC5; }
p { color: rgb(154,253,197); }
H1.HeaderClassName
{
color: #9AFDC5;
}
.AnyTagClassName
{
color: #9AFDC5;
}
</style>
background-color css
<style>
a { background-color: #9AFDC5; }
a { background-color: rgb(154,253,197); }
div.DivClassName
{
background-color: #9AFDC5;
}
.BgClassName
{
background-color: #9AFDC5;
}
</style>
border-color css
<style>
span { border-color: #9AFDC5; }
span { border-color: rgb(154,253,197); }
td.TdClassName
{
border-color: #9AFDC5;
}
.TagClassName
{
border-color: #9AFDC5;
}
</style>