Shades of Magic Mint #A4FCDB
Tints of Magic Mint #A4FCDB
RGB
CMYK
RGB Variations
Color information
#A4FCDB (or 0xA4FCDB) is known color: Magic Mint. HEX triplet: A4, FC and DB. RGB value is (164,252,219). Sum of RGB (Red+Green+Blue) = 164+252+219=635 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.83% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #A4FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FCDB is #5B0324. Grayscale: #DDDDDD. Windows color (decimal): -5964581 or 14417060. OLE color: 14417060.
HSL color Cylindrical-coordinate representation of color #A4FCDB: hue angle of 157.5º 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 #A4FCDB is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 252 | 219 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.01 |
| HSL | 157.5º | 0.94% | 0.82% | - |
| HSV(B) | 157.5º | 0.35% | 0.99% | - |
| XYZ | 62.91 | 82.63 | 79.65 | - |
| YUV | 221.93 | 126.35 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 252 | 219 | 0.35 | 0 | 0.13 | 0.01 | 157.5 | 0.94 | 0.82 |
| Hex | A4 | FC | DB | 23 | 0 | D | 1 | 9E | 5E | 52 |
| Octal | 244 | 374 | 333 | 43 | 0 | 15 | 1 | 236 | 136 | 122 |
| Binary | 10100100 | 11111100 | 11011011 | 100011 | 0 | 1101 | 1 | 10011110 | 1011110 | 1010010 |
Color Harmonies of #A4FCDB
Complementary color
Monochromatic Colors of #A4FCDB
Black with #A4FCDB
Text Example
Text Example
White with #A4FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FCDB; }
p { color: rgb(164,252,219); }
H1.HeaderClassName
{
color: #A4FCDB;
}
.AnyTagClassName
{
color: #A4FCDB;
}
</style>
background-color css
<style>
a { background-color: #A4FCDB; }
a { background-color: rgb(164,252,219); }
div.DivClassName
{
background-color: #A4FCDB;
}
.BgClassName
{
background-color: #A4FCDB;
}
</style>
border-color css
<style>
span { border-color: #A4FCDB; }
span { border-color: rgb(164,252,219); }
td.TdClassName
{
border-color: #A4FCDB;
}
.TagClassName
{
border-color: #A4FCDB;
}
</style>