Shades of Magic Mint #A3FFE0
Tints of Magic Mint #A3FFE0
RGB
CMYK
RGB Variations
Color information
#A3FFE0 (or 0xA3FFE0) is known color: Magic Mint. HEX triplet: A3, FF and E0. RGB value is (163,255,224). Sum of RGB (Red+Green+Blue) = 163+255+224=642 (85% of max value = 765). Red value is 163 (64.06% from 255 or 25.39% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 224 (87.89% from 255 or 34.89% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FFE0 is #5C001F. Grayscale: #DFDFDF. Windows color (decimal): -6029344 or 14745507. OLE color: 14745507.
HSL color Cylindrical-coordinate representation of color #A3FFE0: hue angle of 159.78º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FFE0 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 255 | 224 | - |
| CMYK | 0.36 | 0 | 0.12 | 0 |
| HSL | 159.78º | 1% | 0.82% | - |
| HSV(B) | 159.78º | 0.36% | 1% | - |
| XYZ | 64.32 | 84.69 | 83.48 | - |
| YUV | 223.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 255 | 224 | 0.36 | 0 | 0.12 | 0 | 159.78 | 1 | 0.82 |
| Hex | A3 | FF | E0 | 24 | 0 | C | 0 | A0 | 64 | 52 |
| Octal | 243 | 377 | 340 | 44 | 0 | 14 | 0 | 240 | 144 | 122 |
| Binary | 10100011 | 11111111 | 11100000 | 100100 | 0 | 1100 | 0 | 10100000 | 1100100 | 1010010 |
Color Harmonies of #A3FFE0
Complementary color
Monochromatic Colors of #A3FFE0
Black with #A3FFE0
Text Example
Text Example
White with #A3FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FFE0; }
p { color: rgb(163,255,224); }
H1.HeaderClassName
{
color: #A3FFE0;
}
.AnyTagClassName
{
color: #A3FFE0;
}
</style>
background-color css
<style>
a { background-color: #A3FFE0; }
a { background-color: rgb(163,255,224); }
div.DivClassName
{
background-color: #A3FFE0;
}
.BgClassName
{
background-color: #A3FFE0;
}
</style>
border-color css
<style>
span { border-color: #A3FFE0; }
span { border-color: rgb(163,255,224); }
td.TdClassName
{
border-color: #A3FFE0;
}
.TagClassName
{
border-color: #A3FFE0;
}
</style>