Shades of Magic Mint #A3F8D3
Tints of Magic Mint #A3F8D3
RGB
CMYK
RGB Variations
Color information
#A3F8D3 (or 0xA3F8D3) is known color: Magic Mint. HEX triplet: A3, F8 and D3. RGB value is (163,248,211). Sum of RGB (Red+Green+Blue) = 163+248+211=622 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.21% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 248 - color contains mainly: green. Hex color #A3F8D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F8D3 is #5C072C. Grayscale: #DADADA. Windows color (decimal): -6031149 or 13891747. OLE color: 13891747.
HSL color Cylindrical-coordinate representation of color #A3F8D3: hue angle of 153.88º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3F8D3 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 248 | 211 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.03 |
| HSL | 153.88º | 0.86% | 0.81% | - |
| HSV(B) | 153.88º | 0.34% | 0.97% | - |
| XYZ | 60.43 | 79.62 | 73.81 | - |
| YUV | 218.37 | 123.84 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 248 | 211 | 0.34 | 0 | 0.15 | 0.03 | 153.88 | 0.86 | 0.81 |
| Hex | A3 | F8 | D3 | 22 | 0 | F | 3 | 9A | 56 | 51 |
| Octal | 243 | 370 | 323 | 42 | 0 | 17 | 3 | 232 | 126 | 121 |
| Binary | 10100011 | 11111000 | 11010011 | 100010 | 0 | 1111 | 11 | 10011010 | 1010110 | 1010001 |
Color Harmonies of #A3F8D3
Complementary color
Monochromatic Colors of #A3F8D3
Black with #A3F8D3
Text Example
Text Example
White with #A3F8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F8D3; }
p { color: rgb(163,248,211); }
H1.HeaderClassName
{
color: #A3F8D3;
}
.AnyTagClassName
{
color: #A3F8D3;
}
</style>
background-color css
<style>
a { background-color: #A3F8D3; }
a { background-color: rgb(163,248,211); }
div.DivClassName
{
background-color: #A3F8D3;
}
.BgClassName
{
background-color: #A3F8D3;
}
</style>
border-color css
<style>
span { border-color: #A3F8D3; }
span { border-color: rgb(163,248,211); }
td.TdClassName
{
border-color: #A3F8D3;
}
.TagClassName
{
border-color: #A3F8D3;
}
</style>