Shades of Magic Mint #A9EFCF
Tints of Magic Mint #A9EFCF
RGB
CMYK
RGB Variations
Color information
#A9EFCF (or 0xA9EFCF) is known color: Magic Mint. HEX triplet: A9, EF and CF. RGB value is (169,239,207). Sum of RGB (Red+Green+Blue) = 169+239+207=615 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.48% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #A9EFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EFCF is #561030. Grayscale: #D6D6D6. Windows color (decimal): -5640241 or 13627305. OLE color: 13627305.
HSL color Cylindrical-coordinate representation of color #A9EFCF: hue angle of 152.57º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EFCF is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 239 | 207 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.06 |
| HSL | 152.57º | 0.69% | 0.8% | - |
| HSV(B) | 152.57º | 0.29% | 0.94% | - |
| XYZ | 58.49 | 74.67 | 70.36 | - |
| YUV | 214.42 | 123.81 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 239 | 207 | 0.29 | 0 | 0.13 | 0.06 | 152.57 | 0.69 | 0.8 |
| Hex | A9 | EF | CF | 1D | 0 | D | 6 | 99 | 45 | 50 |
| Octal | 251 | 357 | 317 | 35 | 0 | 15 | 6 | 231 | 105 | 120 |
| Binary | 10101001 | 11101111 | 11001111 | 11101 | 0 | 1101 | 110 | 10011001 | 1000101 | 1010000 |
Color Harmonies of #A9EFCF
Complementary color
Monochromatic Colors of #A9EFCF
Black with #A9EFCF
Text Example
Text Example
White with #A9EFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EFCF; }
p { color: rgb(169,239,207); }
H1.HeaderClassName
{
color: #A9EFCF;
}
.AnyTagClassName
{
color: #A9EFCF;
}
</style>
background-color css
<style>
a { background-color: #A9EFCF; }
a { background-color: rgb(169,239,207); }
div.DivClassName
{
background-color: #A9EFCF;
}
.BgClassName
{
background-color: #A9EFCF;
}
</style>
border-color css
<style>
span { border-color: #A9EFCF; }
span { border-color: rgb(169,239,207); }
td.TdClassName
{
border-color: #A9EFCF;
}
.TagClassName
{
border-color: #A9EFCF;
}
</style>