Shades of Magic Mint #A7FCCD
Tints of Magic Mint #A7FCCD
RGB
CMYK
RGB Variations
Color information
#A7FCCD (or 0xA7FCCD) is known color: Magic Mint. HEX triplet: A7, FC and CD. RGB value is (167,252,205). Sum of RGB (Red+Green+Blue) = 167+252+205=624 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.76% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #A7FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7FCCD is #580332. Grayscale: #DDDDDD. Windows color (decimal): -5767987 or 13499559. OLE color: 13499559.
HSL color Cylindrical-coordinate representation of color #A7FCCD: hue angle of 146.82º 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 #A7FCCD is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 167 | 252 | 205 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.01 |
| HSL | 146.82º | 0.93% | 0.82% | - |
| HSV(B) | 146.82º | 0.34% | 0.99% | - |
| XYZ | 61.77 | 82.24 | 70.38 | - |
| YUV | 221.23 | 118.84 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 252 | 205 | 0.34 | 0 | 0.19 | 0.01 | 146.82 | 0.93 | 0.82 |
| Hex | A7 | FC | CD | 22 | 0 | 13 | 1 | 93 | 5D | 52 |
| Octal | 247 | 374 | 315 | 42 | 0 | 23 | 1 | 223 | 135 | 122 |
| Binary | 10100111 | 11111100 | 11001101 | 100010 | 0 | 10011 | 1 | 10010011 | 1011101 | 1010010 |
Color Harmonies of #A7FCCD
Complementary color
Monochromatic Colors of #A7FCCD
Black with #A7FCCD
Text Example
Text Example
White with #A7FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7FCCD; }
p { color: rgb(167,252,205); }
H1.HeaderClassName
{
color: #A7FCCD;
}
.AnyTagClassName
{
color: #A7FCCD;
}
</style>
background-color css
<style>
a { background-color: #A7FCCD; }
a { background-color: rgb(167,252,205); }
div.DivClassName
{
background-color: #A7FCCD;
}
.BgClassName
{
background-color: #A7FCCD;
}
</style>
border-color css
<style>
span { border-color: #A7FCCD; }
span { border-color: rgb(167,252,205); }
td.TdClassName
{
border-color: #A7FCCD;
}
.TagClassName
{
border-color: #A7FCCD;
}
</style>