Shades of Magic Mint #9AFDC1
Tints of Magic Mint #9AFDC1
RGB
CMYK
RGB Variations
Color information
#9AFDC1 (or 0x9AFDC1) is known color: Magic Mint. HEX triplet: 9A, FD and C1. RGB value is (154,253,193). Sum of RGB (Red+Green+Blue) = 154+253+193=600 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.67% from 600); Green value is 253 (99.22% from 255 or 42.17% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFDC1 is #65023E. Grayscale: #D8D8D8. Windows color (decimal): -6619711 or 12713370. OLE color: 12713370.
HSL color Cylindrical-coordinate representation of color #9AFDC1: hue angle of 143.64º 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 #9AFDC1 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 253 | 193 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.01 |
| HSL | 143.64º | 0.96% | 0.8% | - |
| HSV(B) | 143.64º | 0.39% | 0.99% | - |
| XYZ | 58.08 | 80.97 | 63.02 | - |
| YUV | 216.56 | 114.7 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 253 | 193 | 0.39 | 0 | 0.24 | 0.01 | 143.64 | 0.96 | 0.8 |
| Hex | 9A | FD | C1 | 27 | 0 | 18 | 1 | 90 | 60 | 50 |
| Octal | 232 | 375 | 301 | 47 | 0 | 30 | 1 | 220 | 140 | 120 |
| Binary | 10011010 | 11111101 | 11000001 | 100111 | 0 | 11000 | 1 | 10010000 | 1100000 | 1010000 |
Color Harmonies of #9AFDC1
Complementary color
Monochromatic Colors of #9AFDC1
Black with #9AFDC1
Text Example
Text Example
White with #9AFDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFDC1; }
p { color: rgb(154,253,193); }
H1.HeaderClassName
{
color: #9AFDC1;
}
.AnyTagClassName
{
color: #9AFDC1;
}
</style>
background-color css
<style>
a { background-color: #9AFDC1; }
a { background-color: rgb(154,253,193); }
div.DivClassName
{
background-color: #9AFDC1;
}
.BgClassName
{
background-color: #9AFDC1;
}
</style>
border-color css
<style>
span { border-color: #9AFDC1; }
span { border-color: rgb(154,253,193); }
td.TdClassName
{
border-color: #9AFDC1;
}
.TagClassName
{
border-color: #9AFDC1;
}
</style>