Shades of Magic Mint #A4FCD2
Tints of Magic Mint #A4FCD2
RGB
CMYK
RGB Variations
Color information
#A4FCD2 (or 0xA4FCD2) is known color: Magic Mint. HEX triplet: A4, FC and D2. RGB value is (164,252,210). Sum of RGB (Red+Green+Blue) = 164+252+210=626 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.20% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCD2 is #5B032D. Grayscale: #DCDCDC. Windows color (decimal): -5964590 or 13827236. OLE color: 13827236.
HSL color Cylindrical-coordinate representation of color #A4FCD2: hue angle of 151.36º 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 #A4FCD2 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 210 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.01 |
| HSL | 151.36º | 0.94% | 0.82% | - |
| HSV(B) | 151.36º | 0.35% | 0.99% | - |
| XYZ | 61.75 | 82.17 | 73.58 | - |
| YUV | 220.9 | 121.85 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 210 | 0.35 | 0 | 0.17 | 0.01 | 151.36 | 0.94 | 0.82 |
| Hex | A4 | FC | D2 | 23 | 0 | 11 | 1 | 97 | 5E | 52 |
| Octal | 244 | 374 | 322 | 43 | 0 | 21 | 1 | 227 | 136 | 122 |
| Binary | 10100100 | 11111100 | 11010010 | 100011 | 0 | 10001 | 1 | 10010111 | 1011110 | 1010010 |
Color Harmonies of #A4FCD2
Complementary color
Monochromatic Colors of #A4FCD2
Black with #A4FCD2
Text Example
Text Example
White with #A4FCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FCD2; }
p { color: rgb(164,252,210); }
H1.HeaderClassName
{
color: #A4FCD2;
}
.AnyTagClassName
{
color: #A4FCD2;
}
</style>
background-color css
<style>
a { background-color: #A4FCD2; }
a { background-color: rgb(164,252,210); }
div.DivClassName
{
background-color: #A4FCD2;
}
.BgClassName
{
background-color: #A4FCD2;
}
</style>
border-color css
<style>
span { border-color: #A4FCD2; }
span { border-color: rgb(164,252,210); }
td.TdClassName
{
border-color: #A4FCD2;
}
.TagClassName
{
border-color: #A4FCD2;
}
</style>