Shades of Magic Mint #A8E6CD
Tints of Magic Mint #A8E6CD
RGB
CMYK
RGB Variations
Color information
#A8E6CD (or 0xA8E6CD) is known color: Magic Mint. HEX triplet: A8, E6 and CD. RGB value is (168,230,205). Sum of RGB (Red+Green+Blue) = 168+230+205=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E6CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E6CD is #571932. Grayscale: #D0D0D0. Windows color (decimal): -5708083 or 13493928. OLE color: 13493928.
HSL color Cylindrical-coordinate representation of color #A8E6CD: hue angle of 155.81º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E6CD is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 205 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.10 |
| HSL | 155.81º | 0.55% | 0.78% | - |
| HSV(B) | 155.81º | 0.27% | 0.9% | - |
| XYZ | 55.46 | 69.33 | 68.22 | - |
| YUV | 208.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 205 | 0.27 | 0 | 0.11 | 0.10 | 155.81 | 0.55 | 0.78 |
| Hex | A8 | E6 | CD | 1B | 0 | B | A | 9C | 37 | 4E |
| Octal | 250 | 346 | 315 | 33 | 0 | 13 | 12 | 234 | 67 | 116 |
| Binary | 10101000 | 11100110 | 11001101 | 11011 | 0 | 1011 | 1010 | 10011100 | 110111 | 1001110 |
Color Harmonies of #A8E6CD
Complementary color
Monochromatic Colors of #A8E6CD
Black with #A8E6CD
Text Example
Text Example
White with #A8E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E6CD; }
p { color: rgb(168,230,205); }
H1.HeaderClassName
{
color: #A8E6CD;
}
.AnyTagClassName
{
color: #A8E6CD;
}
</style>
background-color css
<style>
a { background-color: #A8E6CD; }
a { background-color: rgb(168,230,205); }
div.DivClassName
{
background-color: #A8E6CD;
}
.BgClassName
{
background-color: #A8E6CD;
}
</style>
border-color css
<style>
span { border-color: #A8E6CD; }
span { border-color: rgb(168,230,205); }
td.TdClassName
{
border-color: #A8E6CD;
}
.TagClassName
{
border-color: #A8E6CD;
}
</style>