Shades of Magic Mint #9AFDC4
Tints of Magic Mint #9AFDC4
RGB
CMYK
RGB Variations
Color information
#9AFDC4 (or 0x9AFDC4) is known color: Magic Mint. HEX triplet: 9A, FD and C4. RGB value is (154,253,196). Sum of RGB (Red+Green+Blue) = 154+253+196=603 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.54% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFDC4 is #65023B. Grayscale: #D9D9D9. Windows color (decimal): -6619708 or 12909978. OLE color: 12909978.
HSL color Cylindrical-coordinate representation of color #9AFDC4: hue angle of 145.45º 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 #9AFDC4 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 253 | 196 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.01 |
| HSL | 145.45º | 0.96% | 0.8% | - |
| HSV(B) | 145.45º | 0.39% | 0.99% | - |
| XYZ | 58.42 | 81.11 | 64.8 | - |
| YUV | 216.9 | 116.2 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 253 | 196 | 0.39 | 0 | 0.23 | 0.01 | 145.45 | 0.96 | 0.8 |
| Hex | 9A | FD | C4 | 27 | 0 | 17 | 1 | 91 | 60 | 50 |
| Octal | 232 | 375 | 304 | 47 | 0 | 27 | 1 | 221 | 140 | 120 |
| Binary | 10011010 | 11111101 | 11000100 | 100111 | 0 | 10111 | 1 | 10010001 | 1100000 | 1010000 |
Color Harmonies of #9AFDC4
Complementary color
Monochromatic Colors of #9AFDC4
Black with #9AFDC4
Text Example
Text Example
White with #9AFDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFDC4; }
p { color: rgb(154,253,196); }
H1.HeaderClassName
{
color: #9AFDC4;
}
.AnyTagClassName
{
color: #9AFDC4;
}
</style>
background-color css
<style>
a { background-color: #9AFDC4; }
a { background-color: rgb(154,253,196); }
div.DivClassName
{
background-color: #9AFDC4;
}
.BgClassName
{
background-color: #9AFDC4;
}
</style>
border-color css
<style>
span { border-color: #9AFDC4; }
span { border-color: rgb(154,253,196); }
td.TdClassName
{
border-color: #9AFDC4;
}
.TagClassName
{
border-color: #9AFDC4;
}
</style>