Shades of Magic Mint #A0EECF
Tints of Magic Mint #A0EECF
RGB
CMYK
RGB Variations
Color information
#A0EECF (or 0xA0EECF) is known color: Magic Mint. HEX triplet: A0, EE and CF. RGB value is (160,238,207). Sum of RGB (Red+Green+Blue) = 160+238+207=605 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.45% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EECF is #5F1130. Grayscale: #D3D3D3. Windows color (decimal): -6230321 or 13627040. OLE color: 13627040.
HSL color Cylindrical-coordinate representation of color #A0EECF: hue angle of 156.15º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EECF is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 207 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.07 |
| HSL | 156.15º | 0.7% | 0.78% | - |
| HSV(B) | 156.15º | 0.33% | 0.93% | - |
| XYZ | 56.33 | 73.13 | 70.18 | - |
| YUV | 211.14 | 125.66 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 207 | 0.33 | 0 | 0.13 | 0.07 | 156.15 | 0.7 | 0.78 |
| Hex | A0 | EE | CF | 21 | 0 | D | 7 | 9C | 46 | 4E |
| Octal | 240 | 356 | 317 | 41 | 0 | 15 | 7 | 234 | 106 | 116 |
| Binary | 10100000 | 11101110 | 11001111 | 100001 | 0 | 1101 | 111 | 10011100 | 1000110 | 1001110 |
Color Harmonies of #A0EECF
Complementary color
Monochromatic Colors of #A0EECF
Black with #A0EECF
Text Example
Text Example
White with #A0EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EECF; }
p { color: rgb(160,238,207); }
H1.HeaderClassName
{
color: #A0EECF;
}
.AnyTagClassName
{
color: #A0EECF;
}
</style>
background-color css
<style>
a { background-color: #A0EECF; }
a { background-color: rgb(160,238,207); }
div.DivClassName
{
background-color: #A0EECF;
}
.BgClassName
{
background-color: #A0EECF;
}
</style>
border-color css
<style>
span { border-color: #A0EECF; }
span { border-color: rgb(160,238,207); }
td.TdClassName
{
border-color: #A0EECF;
}
.TagClassName
{
border-color: #A0EECF;
}
</style>