Shades of Magic Mint #A8EAC1
Tints of Magic Mint #A8EAC1
RGB
CMYK
RGB Variations
Color information
#A8EAC1 (or 0xA8EAC1) is known color: Magic Mint. HEX triplet: A8, EA and C1. RGB value is (168,234,193). Sum of RGB (Red+Green+Blue) = 168+234+193=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 193 (75.78% from 255 or 32.44% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EAC1 is #57153E. Grayscale: #D1D1D1. Windows color (decimal): -5707071 or 12708520. OLE color: 12708520.
HSL color Cylindrical-coordinate representation of color #A8EAC1: hue angle of 142.73º 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 #A8EAC1 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 193 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.08 |
| HSL | 142.73º | 0.61% | 0.79% | - |
| HSV(B) | 142.73º | 0.28% | 0.92% | - |
| XYZ | 55.2 | 71.02 | 61.25 | - |
| YUV | 209.59 | 118.63 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 193 | 0.28 | 0 | 0.18 | 0.08 | 142.73 | 0.61 | 0.79 |
| Hex | A8 | EA | C1 | 1C | 0 | 12 | 8 | 8F | 3D | 4F |
| Octal | 250 | 352 | 301 | 34 | 0 | 22 | 10 | 217 | 75 | 117 |
| Binary | 10101000 | 11101010 | 11000001 | 11100 | 0 | 10010 | 1000 | 10001111 | 111101 | 1001111 |
Color Harmonies of #A8EAC1
Complementary color
Monochromatic Colors of #A8EAC1
Black with #A8EAC1
Text Example
Text Example
White with #A8EAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EAC1; }
p { color: rgb(168,234,193); }
H1.HeaderClassName
{
color: #A8EAC1;
}
.AnyTagClassName
{
color: #A8EAC1;
}
</style>
background-color css
<style>
a { background-color: #A8EAC1; }
a { background-color: rgb(168,234,193); }
div.DivClassName
{
background-color: #A8EAC1;
}
.BgClassName
{
background-color: #A8EAC1;
}
</style>
border-color css
<style>
span { border-color: #A8EAC1; }
span { border-color: rgb(168,234,193); }
td.TdClassName
{
border-color: #A8EAC1;
}
.TagClassName
{
border-color: #A8EAC1;
}
</style>