Shades of Magic Mint #A8EDD7
Tints of Magic Mint #A8EDD7
RGB
CMYK
RGB Variations
Color information
#A8EDD7 (or 0xA8EDD7) is known color: Magic Mint. HEX triplet: A8, ED and D7. RGB value is (168,237,215). Sum of RGB (Red+Green+Blue) = 168+237+215=620 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.10% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 215 (84.38% from 255 or 34.68% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDD7 is #571228. Grayscale: #D5D5D5. Windows color (decimal): -5706281 or 14151080. OLE color: 14151080.
HSL color Cylindrical-coordinate representation of color #A8EDD7: hue angle of 160.87º 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 #A8EDD7 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 215 | - |
| CMYK | 0.29 | 0 | 0.09 | 0.07 |
| HSL | 160.87º | 0.66% | 0.79% | - |
| HSV(B) | 160.87º | 0.29% | 0.93% | - |
| XYZ | 58.7 | 73.8 | 75.44 | - |
| YUV | 213.86 | 128.64 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 215 | 0.29 | 0 | 0.09 | 0.07 | 160.87 | 0.66 | 0.79 |
| Hex | A8 | ED | D7 | 1D | 0 | 9 | 7 | A1 | 42 | 4F |
| Octal | 250 | 355 | 327 | 35 | 0 | 11 | 7 | 241 | 102 | 117 |
| Binary | 10101000 | 11101101 | 11010111 | 11101 | 0 | 1001 | 111 | 10100001 | 1000010 | 1001111 |
Color Harmonies of #A8EDD7
Complementary color
Monochromatic Colors of #A8EDD7
Black with #A8EDD7
Text Example
Text Example
White with #A8EDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDD7; }
p { color: rgb(168,237,215); }
H1.HeaderClassName
{
color: #A8EDD7;
}
.AnyTagClassName
{
color: #A8EDD7;
}
</style>
background-color css
<style>
a { background-color: #A8EDD7; }
a { background-color: rgb(168,237,215); }
div.DivClassName
{
background-color: #A8EDD7;
}
.BgClassName
{
background-color: #A8EDD7;
}
</style>
border-color css
<style>
span { border-color: #A8EDD7; }
span { border-color: rgb(168,237,215); }
td.TdClassName
{
border-color: #A8EDD7;
}
.TagClassName
{
border-color: #A8EDD7;
}
</style>