Shades of Magic Mint #A3E8CB
Tints of Magic Mint #A3E8CB
RGB
CMYK
RGB Variations
Color information
#A3E8CB (or 0xA3E8CB) is known color: Magic Mint. HEX triplet: A3, E8 and CB. RGB value is (163,232,203). Sum of RGB (Red+Green+Blue) = 163+232+203=598 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.26% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 232 - color contains mainly: green. Hex color #A3E8CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3E8CB is #5C1734. Grayscale: #D0D0D0. Windows color (decimal): -6035253 or 13363363. OLE color: 13363363.
HSL color Cylindrical-coordinate representation of color #A3E8CB: hue angle of 154.78º 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 #A3E8CB is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 232 | 203 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.09 |
| HSL | 154.78º | 0.6% | 0.77% | - |
| HSV(B) | 154.78º | 0.3% | 0.91% | - |
| XYZ | 54.74 | 69.81 | 67.09 | - |
| YUV | 208.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 232 | 203 | 0.30 | 0 | 0.12 | 0.09 | 154.78 | 0.6 | 0.77 |
| Hex | A3 | E8 | CB | 1E | 0 | C | 9 | 9B | 3C | 4D |
| Octal | 243 | 350 | 313 | 36 | 0 | 14 | 11 | 233 | 74 | 115 |
| Binary | 10100011 | 11101000 | 11001011 | 11110 | 0 | 1100 | 1001 | 10011011 | 111100 | 1001101 |
Color Harmonies of #A3E8CB
Complementary color
Monochromatic Colors of #A3E8CB
Black with #A3E8CB
Text Example
Text Example
White with #A3E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E8CB; }
p { color: rgb(163,232,203); }
H1.HeaderClassName
{
color: #A3E8CB;
}
.AnyTagClassName
{
color: #A3E8CB;
}
</style>
background-color css
<style>
a { background-color: #A3E8CB; }
a { background-color: rgb(163,232,203); }
div.DivClassName
{
background-color: #A3E8CB;
}
.BgClassName
{
background-color: #A3E8CB;
}
</style>
border-color css
<style>
span { border-color: #A3E8CB; }
span { border-color: rgb(163,232,203); }
td.TdClassName
{
border-color: #A3E8CB;
}
.TagClassName
{
border-color: #A3E8CB;
}
</style>