Shades of Magic Mint #A3FCCB
Tints of Magic Mint #A3FCCB
RGB
CMYK
RGB Variations
Color information
#A3FCCB (or 0xA3FCCB) is known color: Magic Mint. HEX triplet: A3, FC and CB. RGB value is (163,252,203). Sum of RGB (Red+Green+Blue) = 163+252+203=618 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.38% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #A3FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FCCB is #5C0334. Grayscale: #DBDBDB. Windows color (decimal): -6030133 or 13368483. OLE color: 13368483.
HSL color Cylindrical-coordinate representation of color #A3FCCB: hue angle of 146.97º 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 #A3FCCB is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 252 | 203 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.01 |
| HSL | 146.97º | 0.94% | 0.81% | - |
| HSV(B) | 146.97º | 0.35% | 0.99% | - |
| XYZ | 60.69 | 81.72 | 69.07 | - |
| YUV | 219.8 | 118.51 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 252 | 203 | 0.35 | 0 | 0.19 | 0.01 | 146.97 | 0.94 | 0.81 |
| Hex | A3 | FC | CB | 23 | 0 | 13 | 1 | 93 | 5E | 51 |
| Octal | 243 | 374 | 313 | 43 | 0 | 23 | 1 | 223 | 136 | 121 |
| Binary | 10100011 | 11111100 | 11001011 | 100011 | 0 | 10011 | 1 | 10010011 | 1011110 | 1010001 |
Color Harmonies of #A3FCCB
Complementary color
Monochromatic Colors of #A3FCCB
Black with #A3FCCB
Text Example
Text Example
White with #A3FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FCCB; }
p { color: rgb(163,252,203); }
H1.HeaderClassName
{
color: #A3FCCB;
}
.AnyTagClassName
{
color: #A3FCCB;
}
</style>
background-color css
<style>
a { background-color: #A3FCCB; }
a { background-color: rgb(163,252,203); }
div.DivClassName
{
background-color: #A3FCCB;
}
.BgClassName
{
background-color: #A3FCCB;
}
</style>
border-color css
<style>
span { border-color: #A3FCCB; }
span { border-color: rgb(163,252,203); }
td.TdClassName
{
border-color: #A3FCCB;
}
.TagClassName
{
border-color: #A3FCCB;
}
</style>