Shades of Magic Mint #A8DFC6
Tints of Magic Mint #A8DFC6
RGB
CMYK
RGB Variations
Color information
#A8DFC6 (or 0xA8DFC6) is known color: Magic Mint. HEX triplet: A8, DF and C6. RGB value is (168,223,198). Sum of RGB (Red+Green+Blue) = 168+223+198=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFC6 is #572039. Grayscale: #CBCBCB. Windows color (decimal): -5709882 or 13033384. OLE color: 13033384.
HSL color Cylindrical-coordinate representation of color #A8DFC6: hue angle of 152.73º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DFC6 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 198 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.13 |
| HSL | 152.73º | 0.46% | 0.77% | - |
| HSV(B) | 152.73º | 0.25% | 0.87% | - |
| XYZ | 52.73 | 65.18 | 63.23 | - |
| YUV | 203.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 198 | 0.25 | 0 | 0.11 | 0.13 | 152.73 | 0.46 | 0.77 |
| Hex | A8 | DF | C6 | 19 | 0 | B | D | 99 | 2E | 4D |
| Octal | 250 | 337 | 306 | 31 | 0 | 13 | 15 | 231 | 56 | 115 |
| Binary | 10101000 | 11011111 | 11000110 | 11001 | 0 | 1011 | 1101 | 10011001 | 101110 | 1001101 |
Color Harmonies of #A8DFC6
Complementary color
Monochromatic Colors of #A8DFC6
Black with #A8DFC6
Text Example
Text Example
White with #A8DFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DFC6; }
p { color: rgb(168,223,198); }
H1.HeaderClassName
{
color: #A8DFC6;
}
.AnyTagClassName
{
color: #A8DFC6;
}
</style>
background-color css
<style>
a { background-color: #A8DFC6; }
a { background-color: rgb(168,223,198); }
div.DivClassName
{
background-color: #A8DFC6;
}
.BgClassName
{
background-color: #A8DFC6;
}
</style>
border-color css
<style>
span { border-color: #A8DFC6; }
span { border-color: rgb(168,223,198); }
td.TdClassName
{
border-color: #A8DFC6;
}
.TagClassName
{
border-color: #A8DFC6;
}
</style>