Shades of Magic Mint #A0EECE
Tints of Magic Mint #A0EECE
RGB
CMYK
RGB Variations
Color information
#A0EECE (or 0xA0EECE) is known color: Magic Mint. HEX triplet: A0, EE and CE. RGB value is (160,238,206). Sum of RGB (Red+Green+Blue) = 160+238+206=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EECE is #5F1131. Grayscale: #D3D3D3. Windows color (decimal): -6230322 or 13561504. OLE color: 13561504.
HSL color Cylindrical-coordinate representation of color #A0EECE: hue angle of 155.38º 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 #A0EECE is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 206 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.07 |
| HSL | 155.38º | 0.7% | 0.78% | - |
| HSV(B) | 155.38º | 0.33% | 0.93% | - |
| XYZ | 56.21 | 73.08 | 69.54 | - |
| YUV | 211.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 206 | 0.33 | 0 | 0.13 | 0.07 | 155.38 | 0.7 | 0.78 |
| Hex | A0 | EE | CE | 21 | 0 | D | 7 | 9B | 46 | 4E |
| Octal | 240 | 356 | 316 | 41 | 0 | 15 | 7 | 233 | 106 | 116 |
| Binary | 10100000 | 11101110 | 11001110 | 100001 | 0 | 1101 | 111 | 10011011 | 1000110 | 1001110 |
Color Harmonies of #A0EECE
Complementary color
Monochromatic Colors of #A0EECE
Black with #A0EECE
Text Example
Text Example
White with #A0EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EECE; }
p { color: rgb(160,238,206); }
H1.HeaderClassName
{
color: #A0EECE;
}
.AnyTagClassName
{
color: #A0EECE;
}
</style>
background-color css
<style>
a { background-color: #A0EECE; }
a { background-color: rgb(160,238,206); }
div.DivClassName
{
background-color: #A0EECE;
}
.BgClassName
{
background-color: #A0EECE;
}
</style>
border-color css
<style>
span { border-color: #A0EECE; }
span { border-color: rgb(160,238,206); }
td.TdClassName
{
border-color: #A0EECE;
}
.TagClassName
{
border-color: #A0EECE;
}
</style>