Shades of Magic Mint #9AFECF
Tints of Magic Mint #9AFECF
RGB
CMYK
RGB Variations
Color information
#9AFECF (or 0x9AFECF) is known color: Magic Mint. HEX triplet: 9A, FE and CF. RGB value is (154,254,207). Sum of RGB (Red+Green+Blue) = 154+254+207=615 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.04% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFECF is #650130. Grayscale: #DADADA. Windows color (decimal): -6619441 or 13631130. OLE color: 13631130.
HSL color Cylindrical-coordinate representation of color #9AFECF: hue angle of 151.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFECF is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 254 | 207 | - |
| CMYK | 0.39 | 0 | 0.19 | 0.00 |
| HSL | 151.8º | 0.98% | 0.8% | - |
| HSV(B) | 151.8º | 0.39% | 1% | - |
| XYZ | 60.03 | 82.26 | 71.75 | - |
| YUV | 218.74 | 121.37 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 254 | 207 | 0.39 | 0 | 0.19 | 0.00 | 151.8 | 0.98 | 0.8 |
| Hex | 9A | FE | CF | 27 | 0 | 13 | 0 | 98 | 62 | 50 |
| Octal | 232 | 376 | 317 | 47 | 0 | 23 | 0 | 230 | 142 | 120 |
| Binary | 10011010 | 11111110 | 11001111 | 100111 | 0 | 10011 | 0 | 10011000 | 1100010 | 1010000 |
Color Harmonies of #9AFECF
Complementary color
Monochromatic Colors of #9AFECF
Black with #9AFECF
Text Example
Text Example
White with #9AFECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFECF; }
p { color: rgb(154,254,207); }
H1.HeaderClassName
{
color: #9AFECF;
}
.AnyTagClassName
{
color: #9AFECF;
}
</style>
background-color css
<style>
a { background-color: #9AFECF; }
a { background-color: rgb(154,254,207); }
div.DivClassName
{
background-color: #9AFECF;
}
.BgClassName
{
background-color: #9AFECF;
}
</style>
border-color css
<style>
span { border-color: #9AFECF; }
span { border-color: rgb(154,254,207); }
td.TdClassName
{
border-color: #9AFECF;
}
.TagClassName
{
border-color: #9AFECF;
}
</style>