Shades of Magic Mint #A0EFCD
Tints of Magic Mint #A0EFCD
RGB
CMYK
RGB Variations
Color information
#A0EFCD (or 0xA0EFCD) is known color: Magic Mint. HEX triplet: A0, EF and CD. RGB value is (160,239,205). Sum of RGB (Red+Green+Blue) = 160+239+205=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFCD is #5F1032. Grayscale: #D3D3D3. Windows color (decimal): -6230067 or 13496224. OLE color: 13496224.
HSL color Cylindrical-coordinate representation of color #A0EFCD: hue angle of 154.18º 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 #A0EFCD is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 205 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.06 |
| HSL | 154.18º | 0.71% | 0.78% | - |
| HSV(B) | 154.18º | 0.33% | 0.94% | - |
| XYZ | 56.38 | 73.61 | 68.99 | - |
| YUV | 211.5 | 124.33 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 205 | 0.33 | 0 | 0.14 | 0.06 | 154.18 | 0.71 | 0.78 |
| Hex | A0 | EF | CD | 21 | 0 | E | 6 | 9A | 47 | 4E |
| Octal | 240 | 357 | 315 | 41 | 0 | 16 | 6 | 232 | 107 | 116 |
| Binary | 10100000 | 11101111 | 11001101 | 100001 | 0 | 1110 | 110 | 10011010 | 1000111 | 1001110 |
Color Harmonies of #A0EFCD
Complementary color
Monochromatic Colors of #A0EFCD
Black with #A0EFCD
Text Example
Text Example
White with #A0EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EFCD; }
p { color: rgb(160,239,205); }
H1.HeaderClassName
{
color: #A0EFCD;
}
.AnyTagClassName
{
color: #A0EFCD;
}
</style>
background-color css
<style>
a { background-color: #A0EFCD; }
a { background-color: rgb(160,239,205); }
div.DivClassName
{
background-color: #A0EFCD;
}
.BgClassName
{
background-color: #A0EFCD;
}
</style>
border-color css
<style>
span { border-color: #A0EFCD; }
span { border-color: rgb(160,239,205); }
td.TdClassName
{
border-color: #A0EFCD;
}
.TagClassName
{
border-color: #A0EFCD;
}
</style>