Shades of Magic Mint #9AF0C9
Tints of Magic Mint #9AF0C9
RGB
CMYK
RGB Variations
Color information
#9AF0C9 (or 0x9AF0C9) is known color: Magic Mint. HEX triplet: 9A, F0 and C9. RGB value is (154,240,201). Sum of RGB (Red+Green+Blue) = 154+240+201=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF0C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AF0C9 is #650F36. Grayscale: #D1D1D1. Windows color (decimal): -6623031 or 13234330. OLE color: 13234330.
HSL color Cylindrical-coordinate representation of color #9AF0C9: hue angle of 152.79º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF0C9 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 201 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.06 |
| HSL | 152.79º | 0.74% | 0.77% | - |
| HSV(B) | 152.79º | 0.36% | 0.94% | - |
| XYZ | 55.03 | 73.41 | 66.53 | - |
| YUV | 209.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 201 | 0.36 | 0 | 0.16 | 0.06 | 152.79 | 0.74 | 0.77 |
| Hex | 9A | F0 | C9 | 24 | 0 | 10 | 6 | 99 | 4A | 4D |
| Octal | 232 | 360 | 311 | 44 | 0 | 20 | 6 | 231 | 112 | 115 |
| Binary | 10011010 | 11110000 | 11001001 | 100100 | 0 | 10000 | 110 | 10011001 | 1001010 | 1001101 |
Color Harmonies of #9AF0C9
Complementary color
Monochromatic Colors of #9AF0C9
Black with #9AF0C9
Text Example
Text Example
White with #9AF0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF0C9; }
p { color: rgb(154,240,201); }
H1.HeaderClassName
{
color: #9AF0C9;
}
.AnyTagClassName
{
color: #9AF0C9;
}
</style>
background-color css
<style>
a { background-color: #9AF0C9; }
a { background-color: rgb(154,240,201); }
div.DivClassName
{
background-color: #9AF0C9;
}
.BgClassName
{
background-color: #9AF0C9;
}
</style>
border-color css
<style>
span { border-color: #9AF0C9; }
span { border-color: rgb(154,240,201); }
td.TdClassName
{
border-color: #9AF0C9;
}
.TagClassName
{
border-color: #9AF0C9;
}
</style>