Shades of Magic Mint #A3FCCC
Tints of Magic Mint #A3FCCC
RGB
CMYK
RGB Variations
Color information
#A3FCCC (or 0xA3FCCC) is known color: Magic Mint. HEX triplet: A3, FC and CC. RGB value is (163,252,204). Sum of RGB (Red+Green+Blue) = 163+252+204=619 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.33% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCCC is #5C0333. Grayscale: #DCDCDC. Windows color (decimal): -6030132 or 13434019. OLE color: 13434019.
HSL color Cylindrical-coordinate representation of color #A3FCCC: hue angle of 147.64º 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 #A3FCCC is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 204 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.01 |
| HSL | 147.64º | 0.94% | 0.81% | - |
| HSV(B) | 147.64º | 0.35% | 0.99% | - |
| XYZ | 60.81 | 81.77 | 69.7 | - |
| YUV | 219.92 | 119.01 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 204 | 0.35 | 0 | 0.19 | 0.01 | 147.64 | 0.94 | 0.81 |
| Hex | A3 | FC | CC | 23 | 0 | 13 | 1 | 94 | 5E | 51 |
| Octal | 243 | 374 | 314 | 43 | 0 | 23 | 1 | 224 | 136 | 121 |
| Binary | 10100011 | 11111100 | 11001100 | 100011 | 0 | 10011 | 1 | 10010100 | 1011110 | 1010001 |
Color Harmonies of #A3FCCC
Complementary color
Monochromatic Colors of #A3FCCC
Black with #A3FCCC
Text Example
Text Example
White with #A3FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCCC; }
p { color: rgb(163,252,204); }
H1.HeaderClassName
{
color: #A3FCCC;
}
.AnyTagClassName
{
color: #A3FCCC;
}
</style>
background-color css
<style>
a { background-color: #A3FCCC; }
a { background-color: rgb(163,252,204); }
div.DivClassName
{
background-color: #A3FCCC;
}
.BgClassName
{
background-color: #A3FCCC;
}
</style>
border-color css
<style>
span { border-color: #A3FCCC; }
span { border-color: rgb(163,252,204); }
td.TdClassName
{
border-color: #A3FCCC;
}
.TagClassName
{
border-color: #A3FCCC;
}
</style>