Shades of Magic Mint #A9EECF
Tints of Magic Mint #A9EECF
RGB
CMYK
RGB Variations
Color information
#A9EECF (or 0xA9EECF) is known color: Magic Mint. HEX triplet: A9, EE and CF. RGB value is (169,238,207). Sum of RGB (Red+Green+Blue) = 169+238+207=614 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.52% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #A9EECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EECF is #561130. Grayscale: #D5D5D5. Windows color (decimal): -5640497 or 13627049. OLE color: 13627049.
HSL color Cylindrical-coordinate representation of color #A9EECF: hue angle of 153.04º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EECF is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 238 | 207 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.07 |
| HSL | 153.04º | 0.67% | 0.8% | - |
| HSV(B) | 153.04º | 0.29% | 0.93% | - |
| XYZ | 58.2 | 74.09 | 70.26 | - |
| YUV | 213.84 | 124.14 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 238 | 207 | 0.29 | 0 | 0.13 | 0.07 | 153.04 | 0.67 | 0.8 |
| Hex | A9 | EE | CF | 1D | 0 | D | 7 | 99 | 43 | 50 |
| Octal | 251 | 356 | 317 | 35 | 0 | 15 | 7 | 231 | 103 | 120 |
| Binary | 10101001 | 11101110 | 11001111 | 11101 | 0 | 1101 | 111 | 10011001 | 1000011 | 1010000 |
Color Harmonies of #A9EECF
Complementary color
Monochromatic Colors of #A9EECF
Black with #A9EECF
Text Example
Text Example
White with #A9EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EECF; }
p { color: rgb(169,238,207); }
H1.HeaderClassName
{
color: #A9EECF;
}
.AnyTagClassName
{
color: #A9EECF;
}
</style>
background-color css
<style>
a { background-color: #A9EECF; }
a { background-color: rgb(169,238,207); }
div.DivClassName
{
background-color: #A9EECF;
}
.BgClassName
{
background-color: #A9EECF;
}
</style>
border-color css
<style>
span { border-color: #A9EECF; }
span { border-color: rgb(169,238,207); }
td.TdClassName
{
border-color: #A9EECF;
}
.TagClassName
{
border-color: #A9EECF;
}
</style>