Shades of Magic Mint #9AFFC2
Tints of Magic Mint #9AFFC2
RGB
CMYK
RGB Variations
Color information
#9AFFC2 (or 0x9AFFC2) is known color: Magic Mint. HEX triplet: 9A, FF and C2. RGB value is (154,255,194). Sum of RGB (Red+Green+Blue) = 154+255+194=603 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.54% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFFC2 is #65003D. Grayscale: #D9D9D9. Windows color (decimal): -6619198 or 12779418. OLE color: 12779418.
HSL color Cylindrical-coordinate representation of color #9AFFC2: hue angle of 143.76º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AFFC2 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 194 | - |
| CMYK | 0.40 | 0 | 0.24 | 0 |
| HSL | 143.76º | 1% | 0.8% | - |
| HSV(B) | 143.76º | 0.4% | 1% | - |
| XYZ | 58.82 | 82.29 | 63.82 | - |
| YUV | 217.85 | 114.54 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 194 | 0.40 | 0 | 0.24 | 0 | 143.76 | 1 | 0.8 |
| Hex | 9A | FF | C2 | 28 | 0 | 18 | 0 | 90 | 64 | 50 |
| Octal | 232 | 377 | 302 | 50 | 0 | 30 | 0 | 220 | 144 | 120 |
| Binary | 10011010 | 11111111 | 11000010 | 101000 | 0 | 11000 | 0 | 10010000 | 1100100 | 1010000 |
Color Harmonies of #9AFFC2
Complementary color
Monochromatic Colors of #9AFFC2
Black with #9AFFC2
Text Example
Text Example
White with #9AFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFFC2; }
p { color: rgb(154,255,194); }
H1.HeaderClassName
{
color: #9AFFC2;
}
.AnyTagClassName
{
color: #9AFFC2;
}
</style>
background-color css
<style>
a { background-color: #9AFFC2; }
a { background-color: rgb(154,255,194); }
div.DivClassName
{
background-color: #9AFFC2;
}
.BgClassName
{
background-color: #9AFFC2;
}
</style>
border-color css
<style>
span { border-color: #9AFFC2; }
span { border-color: rgb(154,255,194); }
td.TdClassName
{
border-color: #9AFFC2;
}
.TagClassName
{
border-color: #9AFFC2;
}
</style>