Shades of Magic Mint #A3FCC8
Tints of Magic Mint #A3FCC8
RGB
CMYK
RGB Variations
Color information
#A3FCC8 (or 0xA3FCC8) is known color: Magic Mint. HEX triplet: A3, FC and C8. RGB value is (163,252,200). Sum of RGB (Red+Green+Blue) = 163+252+200=615 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.50% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCC8 is #5C0337. Grayscale: #DBDBDB. Windows color (decimal): -6030136 or 13171875. OLE color: 13171875.
HSL color Cylindrical-coordinate representation of color #A3FCC8: hue angle of 144.94º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FCC8 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 200 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.01 |
| HSL | 144.94º | 0.94% | 0.81% | - |
| HSV(B) | 144.94º | 0.35% | 0.99% | - |
| XYZ | 60.34 | 81.58 | 67.21 | - |
| YUV | 219.46 | 117.01 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 200 | 0.35 | 0 | 0.21 | 0.01 | 144.94 | 0.94 | 0.81 |
| Hex | A3 | FC | C8 | 23 | 0 | 15 | 1 | 91 | 5E | 51 |
| Octal | 243 | 374 | 310 | 43 | 0 | 25 | 1 | 221 | 136 | 121 |
| Binary | 10100011 | 11111100 | 11001000 | 100011 | 0 | 10101 | 1 | 10010001 | 1011110 | 1010001 |
Color Harmonies of #A3FCC8
Complementary color
Monochromatic Colors of #A3FCC8
Black with #A3FCC8
Text Example
Text Example
White with #A3FCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCC8; }
p { color: rgb(163,252,200); }
H1.HeaderClassName
{
color: #A3FCC8;
}
.AnyTagClassName
{
color: #A3FCC8;
}
</style>
background-color css
<style>
a { background-color: #A3FCC8; }
a { background-color: rgb(163,252,200); }
div.DivClassName
{
background-color: #A3FCC8;
}
.BgClassName
{
background-color: #A3FCC8;
}
</style>
border-color css
<style>
span { border-color: #A3FCC8; }
span { border-color: rgb(163,252,200); }
td.TdClassName
{
border-color: #A3FCC8;
}
.TagClassName
{
border-color: #A3FCC8;
}
</style>