Shades of Magic Mint #A7DFC4
Tints of Magic Mint #A7DFC4
RGB
CMYK
RGB Variations
Color information
#A7DFC4 (or 0xA7DFC4) is known color: Magic Mint. HEX triplet: A7, DF and C4. RGB value is (167,223,196). Sum of RGB (Red+Green+Blue) = 167+223+196=586 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.50% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DFC4 is #58203B. Grayscale: #CBCBCB. Windows color (decimal): -5775420 or 12902311. OLE color: 12902311.
HSL color Cylindrical-coordinate representation of color #A7DFC4: hue angle of 151.07º 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 #A7DFC4 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 223 | 196 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.13 |
| HSL | 151.07º | 0.47% | 0.76% | - |
| HSV(B) | 151.07º | 0.25% | 0.87% | - |
| XYZ | 52.29 | 64.98 | 62.01 | - |
| YUV | 203.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 223 | 196 | 0.25 | 0 | 0.12 | 0.13 | 151.07 | 0.47 | 0.76 |
| Hex | A7 | DF | C4 | 19 | 0 | C | D | 97 | 2F | 4C |
| Octal | 247 | 337 | 304 | 31 | 0 | 14 | 15 | 227 | 57 | 114 |
| Binary | 10100111 | 11011111 | 11000100 | 11001 | 0 | 1100 | 1101 | 10010111 | 101111 | 1001100 |
Color Harmonies of #A7DFC4
Complementary color
Monochromatic Colors of #A7DFC4
Black with #A7DFC4
Text Example
Text Example
White with #A7DFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DFC4; }
p { color: rgb(167,223,196); }
H1.HeaderClassName
{
color: #A7DFC4;
}
.AnyTagClassName
{
color: #A7DFC4;
}
</style>
background-color css
<style>
a { background-color: #A7DFC4; }
a { background-color: rgb(167,223,196); }
div.DivClassName
{
background-color: #A7DFC4;
}
.BgClassName
{
background-color: #A7DFC4;
}
</style>
border-color css
<style>
span { border-color: #A7DFC4; }
span { border-color: rgb(167,223,196); }
td.TdClassName
{
border-color: #A7DFC4;
}
.TagClassName
{
border-color: #A7DFC4;
}
</style>