Shades of Magic Mint #A8EECD
Tints of Magic Mint #A8EECD
RGB
CMYK
RGB Variations
Color information
#A8EECD (or 0xA8EECD) is known color: Magic Mint. HEX triplet: A8, EE and CD. RGB value is (168,238,205). Sum of RGB (Red+Green+Blue) = 168+238+205=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EECD is #571132. Grayscale: #D5D5D5. Windows color (decimal): -5706035 or 13495976. OLE color: 13495976.
HSL color Cylindrical-coordinate representation of color #A8EECD: hue angle of 151.71º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EECD is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 205 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.07 |
| HSL | 151.71º | 0.67% | 0.8% | - |
| HSV(B) | 151.71º | 0.29% | 0.93% | - |
| XYZ | 57.74 | 73.88 | 68.97 | - |
| YUV | 213.31 | 123.31 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 205 | 0.29 | 0 | 0.14 | 0.07 | 151.71 | 0.67 | 0.8 |
| Hex | A8 | EE | CD | 1D | 0 | E | 7 | 98 | 43 | 50 |
| Octal | 250 | 356 | 315 | 35 | 0 | 16 | 7 | 230 | 103 | 120 |
| Binary | 10101000 | 11101110 | 11001101 | 11101 | 0 | 1110 | 111 | 10011000 | 1000011 | 1010000 |
Color Harmonies of #A8EECD
Complementary color
Monochromatic Colors of #A8EECD
Black with #A8EECD
Text Example
Text Example
White with #A8EECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EECD; }
p { color: rgb(168,238,205); }
H1.HeaderClassName
{
color: #A8EECD;
}
.AnyTagClassName
{
color: #A8EECD;
}
</style>
background-color css
<style>
a { background-color: #A8EECD; }
a { background-color: rgb(168,238,205); }
div.DivClassName
{
background-color: #A8EECD;
}
.BgClassName
{
background-color: #A8EECD;
}
</style>
border-color css
<style>
span { border-color: #A8EECD; }
span { border-color: rgb(168,238,205); }
td.TdClassName
{
border-color: #A8EECD;
}
.TagClassName
{
border-color: #A8EECD;
}
</style>