Shades of Magic Mint #A3E8CF
Tints of Magic Mint #A3E8CF
RGB
CMYK
RGB Variations
Color information
#A3E8CF (or 0xA3E8CF) is known color: Magic Mint. HEX triplet: A3, E8 and CF. RGB value is (163,232,207). Sum of RGB (Red+Green+Blue) = 163+232+207=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 232 - color contains mainly: green. Hex color #A3E8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3E8CF is #5C1730. Grayscale: #D0D0D0. Windows color (decimal): -6035249 or 13625507. OLE color: 13625507.
HSL color Cylindrical-coordinate representation of color #A3E8CF: hue angle of 158.26º 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 #A3E8CF is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 232 | 207 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.09 |
| HSL | 158.26º | 0.6% | 0.77% | - |
| HSV(B) | 158.26º | 0.3% | 0.91% | - |
| XYZ | 55.22 | 70 | 69.63 | - |
| YUV | 208.52 | 127.14 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 232 | 207 | 0.30 | 0 | 0.11 | 0.09 | 158.26 | 0.6 | 0.77 |
| Hex | A3 | E8 | CF | 1E | 0 | B | 9 | 9E | 3C | 4D |
| Octal | 243 | 350 | 317 | 36 | 0 | 13 | 11 | 236 | 74 | 115 |
| Binary | 10100011 | 11101000 | 11001111 | 11110 | 0 | 1011 | 1001 | 10011110 | 111100 | 1001101 |
Color Harmonies of #A3E8CF
Complementary color
Monochromatic Colors of #A3E8CF
Black with #A3E8CF
Text Example
Text Example
White with #A3E8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E8CF; }
p { color: rgb(163,232,207); }
H1.HeaderClassName
{
color: #A3E8CF;
}
.AnyTagClassName
{
color: #A3E8CF;
}
</style>
background-color css
<style>
a { background-color: #A3E8CF; }
a { background-color: rgb(163,232,207); }
div.DivClassName
{
background-color: #A3E8CF;
}
.BgClassName
{
background-color: #A3E8CF;
}
</style>
border-color css
<style>
span { border-color: #A3E8CF; }
span { border-color: rgb(163,232,207); }
td.TdClassName
{
border-color: #A3E8CF;
}
.TagClassName
{
border-color: #A3E8CF;
}
</style>