Shades of Magic Mint #9AFACC
Tints of Magic Mint #9AFACC
RGB
CMYK
RGB Variations
Color information
#9AFACC (or 0x9AFACC) is known color: Magic Mint. HEX triplet: 9A, FA and CC. RGB value is (154,250,204). Sum of RGB (Red+Green+Blue) = 154+250+204=608 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.33% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFACC is #650533. Grayscale: #D8D8D8. Windows color (decimal): -6620468 or 13433498. OLE color: 13433498.
HSL color Cylindrical-coordinate representation of color #9AFACC: hue angle of 151.25º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AFACC is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 250 | 204 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.02 |
| HSL | 151.25º | 0.91% | 0.79% | - |
| HSV(B) | 151.25º | 0.38% | 0.98% | - |
| XYZ | 58.41 | 79.6 | 69.41 | - |
| YUV | 216.05 | 121.2 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 250 | 204 | 0.38 | 0 | 0.18 | 0.02 | 151.25 | 0.91 | 0.79 |
| Hex | 9A | FA | CC | 26 | 0 | 12 | 2 | 97 | 5B | 4F |
| Octal | 232 | 372 | 314 | 46 | 0 | 22 | 2 | 227 | 133 | 117 |
| Binary | 10011010 | 11111010 | 11001100 | 100110 | 0 | 10010 | 10 | 10010111 | 1011011 | 1001111 |
Color Harmonies of #9AFACC
Complementary color
Monochromatic Colors of #9AFACC
Black with #9AFACC
Text Example
Text Example
White with #9AFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFACC; }
p { color: rgb(154,250,204); }
H1.HeaderClassName
{
color: #9AFACC;
}
.AnyTagClassName
{
color: #9AFACC;
}
</style>
background-color css
<style>
a { background-color: #9AFACC; }
a { background-color: rgb(154,250,204); }
div.DivClassName
{
background-color: #9AFACC;
}
.BgClassName
{
background-color: #9AFACC;
}
</style>
border-color css
<style>
span { border-color: #9AFACC; }
span { border-color: rgb(154,250,204); }
td.TdClassName
{
border-color: #9AFACC;
}
.TagClassName
{
border-color: #9AFACC;
}
</style>