Shades of Magic Mint #A4FCDF
Tints of Magic Mint #A4FCDF
RGB
CMYK
RGB Variations
Color information
#A4FCDF (or 0xA4FCDF) is known color: Magic Mint. HEX triplet: A4, FC and DF. RGB value is (164,252,223). Sum of RGB (Red+Green+Blue) = 164+252+223=639 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.67% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCDF is #5B0320. Grayscale: #DEDEDE. Windows color (decimal): -5964577 or 14679204. OLE color: 14679204.
HSL color Cylindrical-coordinate representation of color #A4FCDF: hue angle of 160.23º 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 #A4FCDF is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 223 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.01 |
| HSL | 160.23º | 0.94% | 0.82% | - |
| HSV(B) | 160.23º | 0.35% | 0.99% | - |
| XYZ | 63.44 | 82.84 | 82.46 | - |
| YUV | 222.38 | 128.35 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 223 | 0.35 | 0 | 0.12 | 0.01 | 160.23 | 0.94 | 0.82 |
| Hex | A4 | FC | DF | 23 | 0 | C | 1 | A0 | 5E | 52 |
| Octal | 244 | 374 | 337 | 43 | 0 | 14 | 1 | 240 | 136 | 122 |
| Binary | 10100100 | 11111100 | 11011111 | 100011 | 0 | 1100 | 1 | 10100000 | 1011110 | 1010010 |
Color Harmonies of #A4FCDF
Complementary color
Monochromatic Colors of #A4FCDF
Black with #A4FCDF
Text Example
Text Example
White with #A4FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FCDF; }
p { color: rgb(164,252,223); }
H1.HeaderClassName
{
color: #A4FCDF;
}
.AnyTagClassName
{
color: #A4FCDF;
}
</style>
background-color css
<style>
a { background-color: #A4FCDF; }
a { background-color: rgb(164,252,223); }
div.DivClassName
{
background-color: #A4FCDF;
}
.BgClassName
{
background-color: #A4FCDF;
}
</style>
border-color css
<style>
span { border-color: #A4FCDF; }
span { border-color: rgb(164,252,223); }
td.TdClassName
{
border-color: #A4FCDF;
}
.TagClassName
{
border-color: #A4FCDF;
}
</style>