Shades of Magic Mint #A0EFCF
Tints of Magic Mint #A0EFCF
RGB
CMYK
RGB Variations
Color information
#A0EFCF (or 0xA0EFCF) is known color: Magic Mint. HEX triplet: A0, EF and CF. RGB value is (160,239,207). Sum of RGB (Red+Green+Blue) = 160+239+207=606 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.40% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFCF is #5F1030. Grayscale: #D3D3D3. Windows color (decimal): -6230065 or 13627296. OLE color: 13627296.
HSL color Cylindrical-coordinate representation of color #A0EFCF: hue angle of 155.7º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EFCF is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 207 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.06 |
| HSL | 155.7º | 0.71% | 0.78% | - |
| HSV(B) | 155.7º | 0.33% | 0.94% | - |
| XYZ | 56.63 | 73.71 | 70.27 | - |
| YUV | 211.73 | 125.33 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 207 | 0.33 | 0 | 0.13 | 0.06 | 155.7 | 0.71 | 0.78 |
| Hex | A0 | EF | CF | 21 | 0 | D | 6 | 9C | 47 | 4E |
| Octal | 240 | 357 | 317 | 41 | 0 | 15 | 6 | 234 | 107 | 116 |
| Binary | 10100000 | 11101111 | 11001111 | 100001 | 0 | 1101 | 110 | 10011100 | 1000111 | 1001110 |
Color Harmonies of #A0EFCF
Complementary color
Monochromatic Colors of #A0EFCF
Black with #A0EFCF
Text Example
Text Example
White with #A0EFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EFCF; }
p { color: rgb(160,239,207); }
H1.HeaderClassName
{
color: #A0EFCF;
}
.AnyTagClassName
{
color: #A0EFCF;
}
</style>
background-color css
<style>
a { background-color: #A0EFCF; }
a { background-color: rgb(160,239,207); }
div.DivClassName
{
background-color: #A0EFCF;
}
.BgClassName
{
background-color: #A0EFCF;
}
</style>
border-color css
<style>
span { border-color: #A0EFCF; }
span { border-color: rgb(160,239,207); }
td.TdClassName
{
border-color: #A0EFCF;
}
.TagClassName
{
border-color: #A0EFCF;
}
</style>