Shades of Magic Mint #A3FFCA
Tints of Magic Mint #A3FFCA
RGB
CMYK
RGB Variations
Color information
#A3FFCA (or 0xA3FFCA) is known color: Magic Mint. HEX triplet: A3, FF and CA. RGB value is (163,255,202). Sum of RGB (Red+Green+Blue) = 163+255+202=620 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.29% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FFCA is #5C0035. Grayscale: #DDDDDD. Windows color (decimal): -6029366 or 13303715. OLE color: 13303715.
HSL color Cylindrical-coordinate representation of color #A3FFCA: hue angle of 145.43º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FFCA is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 255 | 202 | - |
| CMYK | 0.36 | 0 | 0.21 | 0 |
| HSL | 145.43º | 1% | 0.82% | - |
| HSV(B) | 145.43º | 0.36% | 1% | - |
| XYZ | 61.52 | 83.57 | 68.77 | - |
| YUV | 221.45 | 117.02 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 255 | 202 | 0.36 | 0 | 0.21 | 0 | 145.43 | 1 | 0.82 |
| Hex | A3 | FF | CA | 24 | 0 | 15 | 0 | 91 | 64 | 52 |
| Octal | 243 | 377 | 312 | 44 | 0 | 25 | 0 | 221 | 144 | 122 |
| Binary | 10100011 | 11111111 | 11001010 | 100100 | 0 | 10101 | 0 | 10010001 | 1100100 | 1010010 |
Color Harmonies of #A3FFCA
Complementary color
Monochromatic Colors of #A3FFCA
Black with #A3FFCA
Text Example
Text Example
White with #A3FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FFCA; }
p { color: rgb(163,255,202); }
H1.HeaderClassName
{
color: #A3FFCA;
}
.AnyTagClassName
{
color: #A3FFCA;
}
</style>
background-color css
<style>
a { background-color: #A3FFCA; }
a { background-color: rgb(163,255,202); }
div.DivClassName
{
background-color: #A3FFCA;
}
.BgClassName
{
background-color: #A3FFCA;
}
</style>
border-color css
<style>
span { border-color: #A3FFCA; }
span { border-color: rgb(163,255,202); }
td.TdClassName
{
border-color: #A3FFCA;
}
.TagClassName
{
border-color: #A3FFCA;
}
</style>