Shades of Magic Mint #A8EDD5
Tints of Magic Mint #A8EDD5
RGB
CMYK
RGB Variations
Color information
#A8EDD5 (or 0xA8EDD5) is known color: Magic Mint. HEX triplet: A8, ED and D5. RGB value is (168,237,213). Sum of RGB (Red+Green+Blue) = 168+237+213=618 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.18% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDD5 is #57122A. Grayscale: #D5D5D5. Windows color (decimal): -5706283 or 14020008. OLE color: 14020008.
HSL color Cylindrical-coordinate representation of color #A8EDD5: hue angle of 159.13º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EDD5 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 213 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.07 |
| HSL | 159.13º | 0.66% | 0.79% | - |
| HSV(B) | 159.13º | 0.29% | 0.93% | - |
| XYZ | 58.44 | 73.7 | 74.1 | - |
| YUV | 213.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 213 | 0.29 | 0 | 0.10 | 0.07 | 159.13 | 0.66 | 0.79 |
| Hex | A8 | ED | D5 | 1D | 0 | A | 7 | 9F | 42 | 4F |
| Octal | 250 | 355 | 325 | 35 | 0 | 12 | 7 | 237 | 102 | 117 |
| Binary | 10101000 | 11101101 | 11010101 | 11101 | 0 | 1010 | 111 | 10011111 | 1000010 | 1001111 |
Color Harmonies of #A8EDD5
Complementary color
Monochromatic Colors of #A8EDD5
Black with #A8EDD5
Text Example
Text Example
White with #A8EDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDD5; }
p { color: rgb(168,237,213); }
H1.HeaderClassName
{
color: #A8EDD5;
}
.AnyTagClassName
{
color: #A8EDD5;
}
</style>
background-color css
<style>
a { background-color: #A8EDD5; }
a { background-color: rgb(168,237,213); }
div.DivClassName
{
background-color: #A8EDD5;
}
.BgClassName
{
background-color: #A8EDD5;
}
</style>
border-color css
<style>
span { border-color: #A8EDD5; }
span { border-color: rgb(168,237,213); }
td.TdClassName
{
border-color: #A8EDD5;
}
.TagClassName
{
border-color: #A8EDD5;
}
</style>