Shades of Magic Mint #A4EFCF
Tints of Magic Mint #A4EFCF
RGB
CMYK
RGB Variations
Color information
#A4EFCF (or 0xA4EFCF) is known color: Magic Mint. HEX triplet: A4, EF and CF. RGB value is (164,239,207). Sum of RGB (Red+Green+Blue) = 164+239+207=610 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.89% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EFCF is #5B1030. Grayscale: #D4D4D4. Windows color (decimal): -5967921 or 13627300. OLE color: 13627300.
HSL color Cylindrical-coordinate representation of color #A4EFCF: hue angle of 154.4º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EFCF is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 239 | 207 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.06 |
| HSL | 154.4º | 0.7% | 0.79% | - |
| HSV(B) | 154.4º | 0.31% | 0.94% | - |
| XYZ | 57.44 | 74.13 | 70.31 | - |
| YUV | 212.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 239 | 207 | 0.31 | 0 | 0.13 | 0.06 | 154.4 | 0.7 | 0.79 |
| Hex | A4 | EF | CF | 1F | 0 | D | 6 | 9A | 46 | 4F |
| Octal | 244 | 357 | 317 | 37 | 0 | 15 | 6 | 232 | 106 | 117 |
| Binary | 10100100 | 11101111 | 11001111 | 11111 | 0 | 1101 | 110 | 10011010 | 1000110 | 1001111 |
Color Harmonies of #A4EFCF
Complementary color
Monochromatic Colors of #A4EFCF
Black with #A4EFCF
Text Example
Text Example
White with #A4EFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EFCF; }
p { color: rgb(164,239,207); }
H1.HeaderClassName
{
color: #A4EFCF;
}
.AnyTagClassName
{
color: #A4EFCF;
}
</style>
background-color css
<style>
a { background-color: #A4EFCF; }
a { background-color: rgb(164,239,207); }
div.DivClassName
{
background-color: #A4EFCF;
}
.BgClassName
{
background-color: #A4EFCF;
}
</style>
border-color css
<style>
span { border-color: #A4EFCF; }
span { border-color: rgb(164,239,207); }
td.TdClassName
{
border-color: #A4EFCF;
}
.TagClassName
{
border-color: #A4EFCF;
}
</style>