Shades of Magic Mint #A3E8C8
Tints of Magic Mint #A3E8C8
RGB
CMYK
RGB Variations
Color information
#A3E8C8 (or 0xA3E8C8) is known color: Magic Mint. HEX triplet: A3, E8 and C8. RGB value is (163,232,200). Sum of RGB (Red+Green+Blue) = 163+232+200=595 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.39% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 232 - color contains mainly: green. Hex color #A3E8C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3E8C8 is #5C1737. Grayscale: #CFCFCF. Windows color (decimal): -6035256 or 13166755. OLE color: 13166755.
HSL color Cylindrical-coordinate representation of color #A3E8C8: hue angle of 152.17º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3E8C8 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 232 | 200 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.09 |
| HSL | 152.17º | 0.6% | 0.77% | - |
| HSV(B) | 152.17º | 0.3% | 0.91% | - |
| XYZ | 54.39 | 69.67 | 65.22 | - |
| YUV | 207.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 232 | 200 | 0.30 | 0 | 0.14 | 0.09 | 152.17 | 0.6 | 0.77 |
| Hex | A3 | E8 | C8 | 1E | 0 | E | 9 | 98 | 3C | 4D |
| Octal | 243 | 350 | 310 | 36 | 0 | 16 | 11 | 230 | 74 | 115 |
| Binary | 10100011 | 11101000 | 11001000 | 11110 | 0 | 1110 | 1001 | 10011000 | 111100 | 1001101 |
Color Harmonies of #A3E8C8
Complementary color
Monochromatic Colors of #A3E8C8
Black with #A3E8C8
Text Example
Text Example
White with #A3E8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E8C8; }
p { color: rgb(163,232,200); }
H1.HeaderClassName
{
color: #A3E8C8;
}
.AnyTagClassName
{
color: #A3E8C8;
}
</style>
background-color css
<style>
a { background-color: #A3E8C8; }
a { background-color: rgb(163,232,200); }
div.DivClassName
{
background-color: #A3E8C8;
}
.BgClassName
{
background-color: #A3E8C8;
}
</style>
border-color css
<style>
span { border-color: #A3E8C8; }
span { border-color: rgb(163,232,200); }
td.TdClassName
{
border-color: #A3E8C8;
}
.TagClassName
{
border-color: #A3E8C8;
}
</style>