Shades of Magic Mint #A8EDC7
Tints of Magic Mint #A8EDC7
RGB
CMYK
RGB Variations
Color information
#A8EDC7 (or 0xA8EDC7) is known color: Magic Mint. HEX triplet: A8, ED and C7. RGB value is (168,237,199). Sum of RGB (Red+Green+Blue) = 168+237+199=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 199 (78.12% from 255 or 32.95% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDC7 is #571238. Grayscale: #D4D4D4. Windows color (decimal): -5706297 or 13102504. OLE color: 13102504.
HSL color Cylindrical-coordinate representation of color #A8EDC7: hue angle of 146.96º 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 #A8EDC7 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 199 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.07 |
| HSL | 146.96º | 0.66% | 0.79% | - |
| HSV(B) | 146.96º | 0.29% | 0.93% | - |
| XYZ | 56.74 | 73.02 | 65.14 | - |
| YUV | 212.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 199 | 0.29 | 0 | 0.16 | 0.07 | 146.96 | 0.66 | 0.79 |
| Hex | A8 | ED | C7 | 1D | 0 | 10 | 7 | 93 | 42 | 4F |
| Octal | 250 | 355 | 307 | 35 | 0 | 20 | 7 | 223 | 102 | 117 |
| Binary | 10101000 | 11101101 | 11000111 | 11101 | 0 | 10000 | 111 | 10010011 | 1000010 | 1001111 |
Color Harmonies of #A8EDC7
Complementary color
Monochromatic Colors of #A8EDC7
Black with #A8EDC7
Text Example
Text Example
White with #A8EDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDC7; }
p { color: rgb(168,237,199); }
H1.HeaderClassName
{
color: #A8EDC7;
}
.AnyTagClassName
{
color: #A8EDC7;
}
</style>
background-color css
<style>
a { background-color: #A8EDC7; }
a { background-color: rgb(168,237,199); }
div.DivClassName
{
background-color: #A8EDC7;
}
.BgClassName
{
background-color: #A8EDC7;
}
</style>
border-color css
<style>
span { border-color: #A8EDC7; }
span { border-color: rgb(168,237,199); }
td.TdClassName
{
border-color: #A8EDC7;
}
.TagClassName
{
border-color: #A8EDC7;
}
</style>