Shades of Magic Mint #9AFFCC
Tints of Magic Mint #9AFFCC
RGB
CMYK
RGB Variations
Color information
#9AFFCC (or 0x9AFFCC) is known color: Magic Mint. HEX triplet: 9A, FF and CC. RGB value is (154,255,204). Sum of RGB (Red+Green+Blue) = 154+255+204=613 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.12% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFFCC is #650033. Grayscale: #DBDBDB. Windows color (decimal): -6619188 or 13434778. OLE color: 13434778.
HSL color Cylindrical-coordinate representation of color #9AFFCC: hue angle of 149.7º 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 #9AFFCC is Cyan = 0.40, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 204 | - |
| CMYK | 0.40 | 0 | 0.2 | 0 |
| HSL | 149.7º | 1% | 0.8% | - |
| HSV(B) | 149.7º | 0.4% | 1% | - |
| XYZ | 59.99 | 82.75 | 69.94 | - |
| YUV | 218.99 | 119.54 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 204 | 0.40 | 0 | 0.2 | 0 | 149.7 | 1 | 0.8 |
| Hex | 9A | FF | CC | 28 | 0 | 14 | 0 | 96 | 64 | 50 |
| Octal | 232 | 377 | 314 | 50 | 0 | 24 | 0 | 226 | 144 | 120 |
| Binary | 10011010 | 11111111 | 11001100 | 101000 | 0 | 10100 | 0 | 10010110 | 1100100 | 1010000 |
Color Harmonies of #9AFFCC
Complementary color
Monochromatic Colors of #9AFFCC
Black with #9AFFCC
Text Example
Text Example
White with #9AFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFFCC; }
p { color: rgb(154,255,204); }
H1.HeaderClassName
{
color: #9AFFCC;
}
.AnyTagClassName
{
color: #9AFFCC;
}
</style>
background-color css
<style>
a { background-color: #9AFFCC; }
a { background-color: rgb(154,255,204); }
div.DivClassName
{
background-color: #9AFFCC;
}
.BgClassName
{
background-color: #9AFFCC;
}
</style>
border-color css
<style>
span { border-color: #9AFFCC; }
span { border-color: rgb(154,255,204); }
td.TdClassName
{
border-color: #9AFFCC;
}
.TagClassName
{
border-color: #9AFFCC;
}
</style>