Shades of Magic Mint #A3FCCD
Tints of Magic Mint #A3FCCD
RGB
CMYK
RGB Variations
Color information
#A3FCCD (or 0xA3FCCD) is known color: Magic Mint. HEX triplet: A3, FC and CD. RGB value is (163,252,205). Sum of RGB (Red+Green+Blue) = 163+252+205=620 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.29% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCCD is #5C0332. Grayscale: #DCDCDC. Windows color (decimal): -6030131 or 13499555. OLE color: 13499555.
HSL color Cylindrical-coordinate representation of color #A3FCCD: hue angle of 148.31º 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 #A3FCCD is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 205 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.01 |
| HSL | 148.31º | 0.94% | 0.81% | - |
| HSV(B) | 148.31º | 0.35% | 0.99% | - |
| XYZ | 60.93 | 81.82 | 70.34 | - |
| YUV | 220.03 | 119.51 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 205 | 0.35 | 0 | 0.19 | 0.01 | 148.31 | 0.94 | 0.81 |
| Hex | A3 | FC | CD | 23 | 0 | 13 | 1 | 94 | 5E | 51 |
| Octal | 243 | 374 | 315 | 43 | 0 | 23 | 1 | 224 | 136 | 121 |
| Binary | 10100011 | 11111100 | 11001101 | 100011 | 0 | 10011 | 1 | 10010100 | 1011110 | 1010001 |
Color Harmonies of #A3FCCD
Complementary color
Monochromatic Colors of #A3FCCD
Black with #A3FCCD
Text Example
Text Example
White with #A3FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCCD; }
p { color: rgb(163,252,205); }
H1.HeaderClassName
{
color: #A3FCCD;
}
.AnyTagClassName
{
color: #A3FCCD;
}
</style>
background-color css
<style>
a { background-color: #A3FCCD; }
a { background-color: rgb(163,252,205); }
div.DivClassName
{
background-color: #A3FCCD;
}
.BgClassName
{
background-color: #A3FCCD;
}
</style>
border-color css
<style>
span { border-color: #A3FCCD; }
span { border-color: rgb(163,252,205); }
td.TdClassName
{
border-color: #A3FCCD;
}
.TagClassName
{
border-color: #A3FCCD;
}
</style>