Shades of Magic Mint #A3F2CE
Tints of Magic Mint #A3F2CE
RGB
CMYK
RGB Variations
Color information
#A3F2CE (or 0xA3F2CE) is known color: Magic Mint. HEX triplet: A3, F2 and CE. RGB value is (163,242,206). Sum of RGB (Red+Green+Blue) = 163+242+206=611 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.68% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F2CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F2CE is #5C0D31. Grayscale: #D6D6D6. Windows color (decimal): -6032690 or 13562531. OLE color: 13562531.
HSL color Cylindrical-coordinate representation of color #A3F2CE: hue angle of 152.66º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3F2CE is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 242 | 206 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.05 |
| HSL | 152.66º | 0.75% | 0.79% | - |
| HSV(B) | 152.66º | 0.33% | 0.95% | - |
| XYZ | 58 | 75.75 | 69.96 | - |
| YUV | 214.28 | 123.33 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 242 | 206 | 0.33 | 0 | 0.15 | 0.05 | 152.66 | 0.75 | 0.79 |
| Hex | A3 | F2 | CE | 21 | 0 | F | 5 | 99 | 4B | 4F |
| Octal | 243 | 362 | 316 | 41 | 0 | 17 | 5 | 231 | 113 | 117 |
| Binary | 10100011 | 11110010 | 11001110 | 100001 | 0 | 1111 | 101 | 10011001 | 1001011 | 1001111 |
Color Harmonies of #A3F2CE
Complementary color
Monochromatic Colors of #A3F2CE
Black with #A3F2CE
Text Example
Text Example
White with #A3F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F2CE; }
p { color: rgb(163,242,206); }
H1.HeaderClassName
{
color: #A3F2CE;
}
.AnyTagClassName
{
color: #A3F2CE;
}
</style>
background-color css
<style>
a { background-color: #A3F2CE; }
a { background-color: rgb(163,242,206); }
div.DivClassName
{
background-color: #A3F2CE;
}
.BgClassName
{
background-color: #A3F2CE;
}
</style>
border-color css
<style>
span { border-color: #A3F2CE; }
span { border-color: rgb(163,242,206); }
td.TdClassName
{
border-color: #A3F2CE;
}
.TagClassName
{
border-color: #A3F2CE;
}
</style>