Shades of Magic Mint #A8EACD
Tints of Magic Mint #A8EACD
RGB
CMYK
RGB Variations
Color information
#A8EACD (or 0xA8EACD) is known color: Magic Mint. HEX triplet: A8, EA and CD. RGB value is (168,234,205). Sum of RGB (Red+Green+Blue) = 168+234+205=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EACD is #571532. Grayscale: #D3D3D3. Windows color (decimal): -5707059 or 13494952. OLE color: 13494952.
HSL color Cylindrical-coordinate representation of color #A8EACD: hue angle of 153.64º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8EACD is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 205 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.08 |
| HSL | 153.64º | 0.61% | 0.79% | - |
| HSV(B) | 153.64º | 0.28% | 0.92% | - |
| XYZ | 56.59 | 71.58 | 68.59 | - |
| YUV | 210.96 | 124.63 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 205 | 0.28 | 0 | 0.12 | 0.08 | 153.64 | 0.61 | 0.79 |
| Hex | A8 | EA | CD | 1C | 0 | C | 8 | 9A | 3D | 4F |
| Octal | 250 | 352 | 315 | 34 | 0 | 14 | 10 | 232 | 75 | 117 |
| Binary | 10101000 | 11101010 | 11001101 | 11100 | 0 | 1100 | 1000 | 10011010 | 111101 | 1001111 |
Color Harmonies of #A8EACD
Complementary color
Monochromatic Colors of #A8EACD
Black with #A8EACD
Text Example
Text Example
White with #A8EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EACD; }
p { color: rgb(168,234,205); }
H1.HeaderClassName
{
color: #A8EACD;
}
.AnyTagClassName
{
color: #A8EACD;
}
</style>
background-color css
<style>
a { background-color: #A8EACD; }
a { background-color: rgb(168,234,205); }
div.DivClassName
{
background-color: #A8EACD;
}
.BgClassName
{
background-color: #A8EACD;
}
</style>
border-color css
<style>
span { border-color: #A8EACD; }
span { border-color: rgb(168,234,205); }
td.TdClassName
{
border-color: #A8EACD;
}
.TagClassName
{
border-color: #A8EACD;
}
</style>