Shades of Magic Mint #9AF8C9
Tints of Magic Mint #9AF8C9
RGB
CMYK
RGB Variations
Color information
#9AF8C9 (or 0x9AF8C9) is known color: Magic Mint. HEX triplet: 9A, F8 and C9. RGB value is (154,248,201). Sum of RGB (Red+Green+Blue) = 154+248+201=603 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.54% from 603); Green value is 248 (97.27% from 255 or 41.13% from 603); Blue value is 201 (78.91% from 255 or 33.33% from 603); Max value from RGB is 248 - color contains mainly: green. Hex color #9AF8C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF8C9 is #650736. Grayscale: #D6D6D6. Windows color (decimal): -6620983 or 13236378. OLE color: 13236378.
HSL color Cylindrical-coordinate representation of color #9AF8C9: hue angle of 150º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AF8C9 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 248 | 201 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.03 |
| HSL | 150º | 0.87% | 0.79% | - |
| HSV(B) | 150º | 0.38% | 0.97% | - |
| XYZ | 57.44 | 78.22 | 67.33 | - |
| YUV | 214.54 | 120.36 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 248 | 201 | 0.38 | 0 | 0.19 | 0.03 | 150 | 0.87 | 0.79 |
| Hex | 9A | F8 | C9 | 26 | 0 | 13 | 3 | 96 | 57 | 4F |
| Octal | 232 | 370 | 311 | 46 | 0 | 23 | 3 | 226 | 127 | 117 |
| Binary | 10011010 | 11111000 | 11001001 | 100110 | 0 | 10011 | 11 | 10010110 | 1010111 | 1001111 |
Color Harmonies of #9AF8C9
Complementary color
Monochromatic Colors of #9AF8C9
Black with #9AF8C9
Text Example
Text Example
White with #9AF8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF8C9; }
p { color: rgb(154,248,201); }
H1.HeaderClassName
{
color: #9AF8C9;
}
.AnyTagClassName
{
color: #9AF8C9;
}
</style>
background-color css
<style>
a { background-color: #9AF8C9; }
a { background-color: rgb(154,248,201); }
div.DivClassName
{
background-color: #9AF8C9;
}
.BgClassName
{
background-color: #9AF8C9;
}
</style>
border-color css
<style>
span { border-color: #9AF8C9; }
span { border-color: rgb(154,248,201); }
td.TdClassName
{
border-color: #9AF8C9;
}
.TagClassName
{
border-color: #9AF8C9;
}
</style>