Shades of Magic Mint #A7FCDB
Tints of Magic Mint #A7FCDB
RGB
CMYK
RGB Variations
Color information
#A7FCDB (or 0xA7FCDB) is known color: Magic Mint. HEX triplet: A7, FC and DB. RGB value is (167,252,219). Sum of RGB (Red+Green+Blue) = 167+252+219=638 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.18% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #A7FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FCDB is #580324. Grayscale: #DEDEDE. Windows color (decimal): -5767973 or 14417063. OLE color: 14417063.
HSL color Cylindrical-coordinate representation of color #A7FCDB: hue angle of 156.71º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7FCDB is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 252 | 219 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.01 |
| HSL | 156.71º | 0.93% | 0.82% | - |
| HSV(B) | 156.71º | 0.34% | 0.99% | - |
| XYZ | 63.53 | 82.95 | 79.68 | - |
| YUV | 222.82 | 125.84 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 252 | 219 | 0.34 | 0 | 0.13 | 0.01 | 156.71 | 0.93 | 0.82 |
| Hex | A7 | FC | DB | 22 | 0 | D | 1 | 9D | 5D | 52 |
| Octal | 247 | 374 | 333 | 42 | 0 | 15 | 1 | 235 | 135 | 122 |
| Binary | 10100111 | 11111100 | 11011011 | 100010 | 0 | 1101 | 1 | 10011101 | 1011101 | 1010010 |
Color Harmonies of #A7FCDB
Complementary color
Monochromatic Colors of #A7FCDB
Black with #A7FCDB
Text Example
Text Example
White with #A7FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FCDB; }
p { color: rgb(167,252,219); }
H1.HeaderClassName
{
color: #A7FCDB;
}
.AnyTagClassName
{
color: #A7FCDB;
}
</style>
background-color css
<style>
a { background-color: #A7FCDB; }
a { background-color: rgb(167,252,219); }
div.DivClassName
{
background-color: #A7FCDB;
}
.BgClassName
{
background-color: #A7FCDB;
}
</style>
border-color css
<style>
span { border-color: #A7FCDB; }
span { border-color: rgb(167,252,219); }
td.TdClassName
{
border-color: #A7FCDB;
}
.TagClassName
{
border-color: #A7FCDB;
}
</style>