Shades of Magic Mint #A3FECE
Tints of Magic Mint #A3FECE
RGB
CMYK
RGB Variations
Color information
#A3FECE (or 0xA3FECE) is known color: Magic Mint. HEX triplet: A3, FE and CE. RGB value is (163,254,206). Sum of RGB (Red+Green+Blue) = 163+254+206=623 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.16% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #A3FECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FECE is #5C0131. Grayscale: #DDDDDD. Windows color (decimal): -6029618 or 13565603. OLE color: 13565603.
HSL color Cylindrical-coordinate representation of color #A3FECE: hue angle of 148.35º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FECE is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 254 | 206 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.00 |
| HSL | 148.35º | 0.98% | 0.82% | - |
| HSV(B) | 148.35º | 0.36% | 1% | - |
| XYZ | 61.69 | 83.13 | 71.19 | - |
| YUV | 221.32 | 119.35 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 254 | 206 | 0.36 | 0 | 0.19 | 0.00 | 148.35 | 0.98 | 0.82 |
| Hex | A3 | FE | CE | 24 | 0 | 13 | 0 | 94 | 62 | 52 |
| Octal | 243 | 376 | 316 | 44 | 0 | 23 | 0 | 224 | 142 | 122 |
| Binary | 10100011 | 11111110 | 11001110 | 100100 | 0 | 10011 | 0 | 10010100 | 1100010 | 1010010 |
Color Harmonies of #A3FECE
Complementary color
Monochromatic Colors of #A3FECE
Black with #A3FECE
Text Example
Text Example
White with #A3FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FECE; }
p { color: rgb(163,254,206); }
H1.HeaderClassName
{
color: #A3FECE;
}
.AnyTagClassName
{
color: #A3FECE;
}
</style>
background-color css
<style>
a { background-color: #A3FECE; }
a { background-color: rgb(163,254,206); }
div.DivClassName
{
background-color: #A3FECE;
}
.BgClassName
{
background-color: #A3FECE;
}
</style>
border-color css
<style>
span { border-color: #A3FECE; }
span { border-color: rgb(163,254,206); }
td.TdClassName
{
border-color: #A3FECE;
}
.TagClassName
{
border-color: #A3FECE;
}
</style>