Shades of Magic Mint #A8EED1
Tints of Magic Mint #A8EED1
RGB
CMYK
RGB Variations
Color information
#A8EED1 (or 0xA8EED1) is known color: Magic Mint. HEX triplet: A8, EE and D1. RGB value is (168,238,209). Sum of RGB (Red+Green+Blue) = 168+238+209=615 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.32% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EED1 is #57112E. Grayscale: #D5D5D5. Windows color (decimal): -5706031 or 13758120. OLE color: 13758120.
HSL color Cylindrical-coordinate representation of color #A8EED1: hue angle of 155.14º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EED1 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 209 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.07 |
| HSL | 155.14º | 0.67% | 0.8% | - |
| HSV(B) | 155.14º | 0.29% | 0.93% | - |
| XYZ | 58.23 | 74.08 | 71.55 | - |
| YUV | 213.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 209 | 0.29 | 0 | 0.12 | 0.07 | 155.14 | 0.67 | 0.8 |
| Hex | A8 | EE | D1 | 1D | 0 | C | 7 | 9B | 43 | 50 |
| Octal | 250 | 356 | 321 | 35 | 0 | 14 | 7 | 233 | 103 | 120 |
| Binary | 10101000 | 11101110 | 11010001 | 11101 | 0 | 1100 | 111 | 10011011 | 1000011 | 1010000 |
Color Harmonies of #A8EED1
Complementary color
Monochromatic Colors of #A8EED1
Black with #A8EED1
Text Example
Text Example
White with #A8EED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EED1; }
p { color: rgb(168,238,209); }
H1.HeaderClassName
{
color: #A8EED1;
}
.AnyTagClassName
{
color: #A8EED1;
}
</style>
background-color css
<style>
a { background-color: #A8EED1; }
a { background-color: rgb(168,238,209); }
div.DivClassName
{
background-color: #A8EED1;
}
.BgClassName
{
background-color: #A8EED1;
}
</style>
border-color css
<style>
span { border-color: #A8EED1; }
span { border-color: rgb(168,238,209); }
td.TdClassName
{
border-color: #A8EED1;
}
.TagClassName
{
border-color: #A8EED1;
}
</style>