Shades of Magic Mint #A8ECD0
Tints of Magic Mint #A8ECD0
RGB
CMYK
RGB Variations
Color information
#A8ECD0 (or 0xA8ECD0) is known color: Magic Mint. HEX triplet: A8, EC and D0. RGB value is (168,236,208). Sum of RGB (Red+Green+Blue) = 168+236+208=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECD0 is #57132F. Grayscale: #D4D4D4. Windows color (decimal): -5706544 or 13692072. OLE color: 13692072.
HSL color Cylindrical-coordinate representation of color #A8ECD0: hue angle of 155.29º 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 #A8ECD0 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 208 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.07 |
| HSL | 155.29º | 0.64% | 0.79% | - |
| HSV(B) | 155.29º | 0.29% | 0.93% | - |
| XYZ | 57.53 | 72.87 | 70.71 | - |
| YUV | 212.48 | 125.47 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 208 | 0.29 | 0 | 0.12 | 0.07 | 155.29 | 0.64 | 0.79 |
| Hex | A8 | EC | D0 | 1D | 0 | C | 7 | 9B | 40 | 4F |
| Octal | 250 | 354 | 320 | 35 | 0 | 14 | 7 | 233 | 100 | 117 |
| Binary | 10101000 | 11101100 | 11010000 | 11101 | 0 | 1100 | 111 | 10011011 | 1000000 | 1001111 |
Color Harmonies of #A8ECD0
Complementary color
Monochromatic Colors of #A8ECD0
Black with #A8ECD0
Text Example
Text Example
White with #A8ECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECD0; }
p { color: rgb(168,236,208); }
H1.HeaderClassName
{
color: #A8ECD0;
}
.AnyTagClassName
{
color: #A8ECD0;
}
</style>
background-color css
<style>
a { background-color: #A8ECD0; }
a { background-color: rgb(168,236,208); }
div.DivClassName
{
background-color: #A8ECD0;
}
.BgClassName
{
background-color: #A8ECD0;
}
</style>
border-color css
<style>
span { border-color: #A8ECD0; }
span { border-color: rgb(168,236,208); }
td.TdClassName
{
border-color: #A8ECD0;
}
.TagClassName
{
border-color: #A8ECD0;
}
</style>