Shades of Magic Mint #A7F8D3
Tints of Magic Mint #A7F8D3
RGB
CMYK
RGB Variations
Color information
#A7F8D3 (or 0xA7F8D3) is known color: Magic Mint. HEX triplet: A7, F8 and D3. RGB value is (167,248,211). Sum of RGB (Red+Green+Blue) = 167+248+211=626 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.68% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #A7F8D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F8D3 is #58072C. Grayscale: #DBDBDB. Windows color (decimal): -5769005 or 13891751. OLE color: 13891751.
HSL color Cylindrical-coordinate representation of color #A7F8D3: hue angle of 152.59º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7F8D3 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 167 | 248 | 211 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.03 |
| HSL | 152.59º | 0.85% | 0.81% | - |
| HSV(B) | 152.59º | 0.33% | 0.97% | - |
| XYZ | 61.26 | 80.05 | 73.85 | - |
| YUV | 219.56 | 123.16 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 248 | 211 | 0.33 | 0 | 0.15 | 0.03 | 152.59 | 0.85 | 0.81 |
| Hex | A7 | F8 | D3 | 21 | 0 | F | 3 | 99 | 55 | 51 |
| Octal | 247 | 370 | 323 | 41 | 0 | 17 | 3 | 231 | 125 | 121 |
| Binary | 10100111 | 11111000 | 11010011 | 100001 | 0 | 1111 | 11 | 10011001 | 1010101 | 1010001 |
Color Harmonies of #A7F8D3
Complementary color
Monochromatic Colors of #A7F8D3
Black with #A7F8D3
Text Example
Text Example
White with #A7F8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F8D3; }
p { color: rgb(167,248,211); }
H1.HeaderClassName
{
color: #A7F8D3;
}
.AnyTagClassName
{
color: #A7F8D3;
}
</style>
background-color css
<style>
a { background-color: #A7F8D3; }
a { background-color: rgb(167,248,211); }
div.DivClassName
{
background-color: #A7F8D3;
}
.BgClassName
{
background-color: #A7F8D3;
}
</style>
border-color css
<style>
span { border-color: #A7F8D3; }
span { border-color: rgb(167,248,211); }
td.TdClassName
{
border-color: #A7F8D3;
}
.TagClassName
{
border-color: #A7F8D3;
}
</style>