Shades of Magic Mint #A8EAC3
Tints of Magic Mint #A8EAC3
RGB
CMYK
RGB Variations
Color information
#A8EAC3 (or 0xA8EAC3) is known color: Magic Mint. HEX triplet: A8, EA and C3. RGB value is (168,234,195). Sum of RGB (Red+Green+Blue) = 168+234+195=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EAC3 is #57153C. Grayscale: #D1D1D1. Windows color (decimal): -5707069 or 12839592. OLE color: 12839592.
HSL color Cylindrical-coordinate representation of color #A8EAC3: hue angle of 144.55º 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 #A8EAC3 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 195 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.08 |
| HSL | 144.55º | 0.61% | 0.79% | - |
| HSV(B) | 144.55º | 0.28% | 0.92% | - |
| XYZ | 55.42 | 71.11 | 62.43 | - |
| YUV | 209.82 | 119.63 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 195 | 0.28 | 0 | 0.17 | 0.08 | 144.55 | 0.61 | 0.79 |
| Hex | A8 | EA | C3 | 1C | 0 | 11 | 8 | 91 | 3D | 4F |
| Octal | 250 | 352 | 303 | 34 | 0 | 21 | 10 | 221 | 75 | 117 |
| Binary | 10101000 | 11101010 | 11000011 | 11100 | 0 | 10001 | 1000 | 10010001 | 111101 | 1001111 |
Color Harmonies of #A8EAC3
Complementary color
Monochromatic Colors of #A8EAC3
Black with #A8EAC3
Text Example
Text Example
White with #A8EAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EAC3; }
p { color: rgb(168,234,195); }
H1.HeaderClassName
{
color: #A8EAC3;
}
.AnyTagClassName
{
color: #A8EAC3;
}
</style>
background-color css
<style>
a { background-color: #A8EAC3; }
a { background-color: rgb(168,234,195); }
div.DivClassName
{
background-color: #A8EAC3;
}
.BgClassName
{
background-color: #A8EAC3;
}
</style>
border-color css
<style>
span { border-color: #A8EAC3; }
span { border-color: rgb(168,234,195); }
td.TdClassName
{
border-color: #A8EAC3;
}
.TagClassName
{
border-color: #A8EAC3;
}
</style>