Shades of Magic Mint #A8ECD4
Tints of Magic Mint #A8ECD4
RGB
CMYK
RGB Variations
Color information
#A8ECD4 (or 0xA8ECD4) is known color: Magic Mint. HEX triplet: A8, EC and D4. RGB value is (168,236,212). Sum of RGB (Red+Green+Blue) = 168+236+212=616 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.27% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECD4 is #57132B. Grayscale: #D4D4D4. Windows color (decimal): -5706540 or 13954216. OLE color: 13954216.
HSL color Cylindrical-coordinate representation of color #A8ECD4: hue angle of 158.82º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ECD4 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 212 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.07 |
| HSL | 158.82º | 0.64% | 0.79% | - |
| HSV(B) | 158.82º | 0.29% | 0.93% | - |
| XYZ | 58.03 | 73.07 | 73.33 | - |
| YUV | 212.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 212 | 0.29 | 0 | 0.10 | 0.07 | 158.82 | 0.64 | 0.79 |
| Hex | A8 | EC | D4 | 1D | 0 | A | 7 | 9F | 40 | 4F |
| Octal | 250 | 354 | 324 | 35 | 0 | 12 | 7 | 237 | 100 | 117 |
| Binary | 10101000 | 11101100 | 11010100 | 11101 | 0 | 1010 | 111 | 10011111 | 1000000 | 1001111 |
Color Harmonies of #A8ECD4
Complementary color
Monochromatic Colors of #A8ECD4
Black with #A8ECD4
Text Example
Text Example
White with #A8ECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECD4; }
p { color: rgb(168,236,212); }
H1.HeaderClassName
{
color: #A8ECD4;
}
.AnyTagClassName
{
color: #A8ECD4;
}
</style>
background-color css
<style>
a { background-color: #A8ECD4; }
a { background-color: rgb(168,236,212); }
div.DivClassName
{
background-color: #A8ECD4;
}
.BgClassName
{
background-color: #A8ECD4;
}
</style>
border-color css
<style>
span { border-color: #A8ECD4; }
span { border-color: rgb(168,236,212); }
td.TdClassName
{
border-color: #A8ECD4;
}
.TagClassName
{
border-color: #A8ECD4;
}
</style>