Shades of Magic Mint #A4FCCB
Tints of Magic Mint #A4FCCB
RGB
CMYK
RGB Variations
Color information
#A4FCCB (or 0xA4FCCB) is known color: Magic Mint. HEX triplet: A4, FC and CB. RGB value is (164,252,203). Sum of RGB (Red+Green+Blue) = 164+252+203=619 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.49% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCCB is #5B0334. Grayscale: #DCDCDC. Windows color (decimal): -5964597 or 13368484. OLE color: 13368484.
HSL color Cylindrical-coordinate representation of color #A4FCCB: hue angle of 146.59º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FCCB is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 203 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.01 |
| HSL | 146.59º | 0.94% | 0.82% | - |
| HSV(B) | 146.59º | 0.35% | 0.99% | - |
| XYZ | 60.9 | 81.83 | 69.08 | - |
| YUV | 220.1 | 118.35 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 203 | 0.35 | 0 | 0.19 | 0.01 | 146.59 | 0.94 | 0.82 |
| Hex | A4 | FC | CB | 23 | 0 | 13 | 1 | 93 | 5E | 52 |
| Octal | 244 | 374 | 313 | 43 | 0 | 23 | 1 | 223 | 136 | 122 |
| Binary | 10100100 | 11111100 | 11001011 | 100011 | 0 | 10011 | 1 | 10010011 | 1011110 | 1010010 |
Color Harmonies of #A4FCCB
Complementary color
Monochromatic Colors of #A4FCCB
Black with #A4FCCB
Text Example
Text Example
White with #A4FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FCCB; }
p { color: rgb(164,252,203); }
H1.HeaderClassName
{
color: #A4FCCB;
}
.AnyTagClassName
{
color: #A4FCCB;
}
</style>
background-color css
<style>
a { background-color: #A4FCCB; }
a { background-color: rgb(164,252,203); }
div.DivClassName
{
background-color: #A4FCCB;
}
.BgClassName
{
background-color: #A4FCCB;
}
</style>
border-color css
<style>
span { border-color: #A4FCCB; }
span { border-color: rgb(164,252,203); }
td.TdClassName
{
border-color: #A4FCCB;
}
.TagClassName
{
border-color: #A4FCCB;
}
</style>