Shades of Magic Mint #A8EAD0
Tints of Magic Mint #A8EAD0
RGB
CMYK
RGB Variations
Color information
#A8EAD0 (or 0xA8EAD0) is known color: Magic Mint. HEX triplet: A8, EA and D0. RGB value is (168,234,208). Sum of RGB (Red+Green+Blue) = 168+234+208=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EAD0 is #57152F. Grayscale: #D3D3D3. Windows color (decimal): -5707056 or 13691560. OLE color: 13691560.
HSL color Cylindrical-coordinate representation of color #A8EAD0: hue angle of 156.36º 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 #A8EAD0 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 208 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.08 |
| HSL | 156.36º | 0.61% | 0.79% | - |
| HSV(B) | 156.36º | 0.28% | 0.92% | - |
| XYZ | 56.96 | 71.72 | 70.52 | - |
| YUV | 211.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 208 | 0.28 | 0 | 0.11 | 0.08 | 156.36 | 0.61 | 0.79 |
| Hex | A8 | EA | D0 | 1C | 0 | B | 8 | 9C | 3D | 4F |
| Octal | 250 | 352 | 320 | 34 | 0 | 13 | 10 | 234 | 75 | 117 |
| Binary | 10101000 | 11101010 | 11010000 | 11100 | 0 | 1011 | 1000 | 10011100 | 111101 | 1001111 |
Color Harmonies of #A8EAD0
Complementary color
Monochromatic Colors of #A8EAD0
Black with #A8EAD0
Text Example
Text Example
White with #A8EAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EAD0; }
p { color: rgb(168,234,208); }
H1.HeaderClassName
{
color: #A8EAD0;
}
.AnyTagClassName
{
color: #A8EAD0;
}
</style>
background-color css
<style>
a { background-color: #A8EAD0; }
a { background-color: rgb(168,234,208); }
div.DivClassName
{
background-color: #A8EAD0;
}
.BgClassName
{
background-color: #A8EAD0;
}
</style>
border-color css
<style>
span { border-color: #A8EAD0; }
span { border-color: rgb(168,234,208); }
td.TdClassName
{
border-color: #A8EAD0;
}
.TagClassName
{
border-color: #A8EAD0;
}
</style>