Shades of Magic Mint #A7DFC3
Tints of Magic Mint #A7DFC3
RGB
CMYK
RGB Variations
Color information
#A7DFC3 (or 0xA7DFC3) is known color: Magic Mint. HEX triplet: A7, DF and C3. RGB value is (167,223,195). Sum of RGB (Red+Green+Blue) = 167+223+195=585 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.55% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DFC3 is #58203C. Grayscale: #CBCBCB. Windows color (decimal): -5775421 or 12836775. OLE color: 12836775.
HSL color Cylindrical-coordinate representation of color #A7DFC3: hue angle of 150º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7DFC3 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 223 | 195 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.13 |
| HSL | 150º | 0.47% | 0.76% | - |
| HSV(B) | 150º | 0.25% | 0.87% | - |
| XYZ | 52.17 | 64.93 | 61.41 | - |
| YUV | 203.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 223 | 195 | 0.25 | 0 | 0.13 | 0.13 | 150 | 0.47 | 0.76 |
| Hex | A7 | DF | C3 | 19 | 0 | D | D | 96 | 2F | 4C |
| Octal | 247 | 337 | 303 | 31 | 0 | 15 | 15 | 226 | 57 | 114 |
| Binary | 10100111 | 11011111 | 11000011 | 11001 | 0 | 1101 | 1101 | 10010110 | 101111 | 1001100 |
Color Harmonies of #A7DFC3
Complementary color
Monochromatic Colors of #A7DFC3
Black with #A7DFC3
Text Example
Text Example
White with #A7DFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DFC3; }
p { color: rgb(167,223,195); }
H1.HeaderClassName
{
color: #A7DFC3;
}
.AnyTagClassName
{
color: #A7DFC3;
}
</style>
background-color css
<style>
a { background-color: #A7DFC3; }
a { background-color: rgb(167,223,195); }
div.DivClassName
{
background-color: #A7DFC3;
}
.BgClassName
{
background-color: #A7DFC3;
}
</style>
border-color css
<style>
span { border-color: #A7DFC3; }
span { border-color: rgb(167,223,195); }
td.TdClassName
{
border-color: #A7DFC3;
}
.TagClassName
{
border-color: #A7DFC3;
}
</style>