Shades of Magic Mint #A8DCC5
Tints of Magic Mint #A8DCC5
RGB
CMYK
RGB Variations
Color information
#A8DCC5 (or 0xA8DCC5) is known color: Magic Mint. HEX triplet: A8, DC and C5. RGB value is (168,220,197). Sum of RGB (Red+Green+Blue) = 168+220+197=585 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.72% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCC5 is #57233A. Grayscale: #C9C9C9. Windows color (decimal): -5710651 or 12967080. OLE color: 12967080.
HSL color Cylindrical-coordinate representation of color #A8DCC5: hue angle of 153.46º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCC5 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 220 | 197 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.14 |
| HSL | 153.46º | 0.43% | 0.76% | - |
| HSV(B) | 153.46º | 0.24% | 0.86% | - |
| XYZ | 51.82 | 63.54 | 62.36 | - |
| YUV | 201.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 220 | 197 | 0.24 | 0 | 0.10 | 0.14 | 153.46 | 0.43 | 0.76 |
| Hex | A8 | DC | C5 | 18 | 0 | A | E | 99 | 2B | 4C |
| Octal | 250 | 334 | 305 | 30 | 0 | 12 | 16 | 231 | 53 | 114 |
| Binary | 10101000 | 11011100 | 11000101 | 11000 | 0 | 1010 | 1110 | 10011001 | 101011 | 1001100 |
Color Harmonies of #A8DCC5
Complementary color
Monochromatic Colors of #A8DCC5
Black with #A8DCC5
Text Example
Text Example
White with #A8DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DCC5; }
p { color: rgb(168,220,197); }
H1.HeaderClassName
{
color: #A8DCC5;
}
.AnyTagClassName
{
color: #A8DCC5;
}
</style>
background-color css
<style>
a { background-color: #A8DCC5; }
a { background-color: rgb(168,220,197); }
div.DivClassName
{
background-color: #A8DCC5;
}
.BgClassName
{
background-color: #A8DCC5;
}
</style>
border-color css
<style>
span { border-color: #A8DCC5; }
span { border-color: rgb(168,220,197); }
td.TdClassName
{
border-color: #A8DCC5;
}
.TagClassName
{
border-color: #A8DCC5;
}
</style>