Shades of Magic Mint #A8EDCE
Tints of Magic Mint #A8EDCE
RGB
CMYK
RGB Variations
Color information
#A8EDCE (or 0xA8EDCE) is known color: Magic Mint. HEX triplet: A8, ED and CE. RGB value is (168,237,206). Sum of RGB (Red+Green+Blue) = 168+237+206=611 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.50% from 611); Green value is 237 (92.97% from 255 or 38.79% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDCE is #571231. Grayscale: #D4D4D4. Windows color (decimal): -5706290 or 13561256. OLE color: 13561256.
HSL color Cylindrical-coordinate representation of color #A8EDCE: hue angle of 153.04º 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 #A8EDCE is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 206 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.07 |
| HSL | 153.04º | 0.66% | 0.79% | - |
| HSV(B) | 153.04º | 0.29% | 0.93% | - |
| XYZ | 57.57 | 73.35 | 69.52 | - |
| YUV | 212.84 | 124.14 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 206 | 0.29 | 0 | 0.13 | 0.07 | 153.04 | 0.66 | 0.79 |
| Hex | A8 | ED | CE | 1D | 0 | D | 7 | 99 | 42 | 4F |
| Octal | 250 | 355 | 316 | 35 | 0 | 15 | 7 | 231 | 102 | 117 |
| Binary | 10101000 | 11101101 | 11001110 | 11101 | 0 | 1101 | 111 | 10011001 | 1000010 | 1001111 |
Color Harmonies of #A8EDCE
Complementary color
Monochromatic Colors of #A8EDCE
Black with #A8EDCE
Text Example
Text Example
White with #A8EDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDCE; }
p { color: rgb(168,237,206); }
H1.HeaderClassName
{
color: #A8EDCE;
}
.AnyTagClassName
{
color: #A8EDCE;
}
</style>
background-color css
<style>
a { background-color: #A8EDCE; }
a { background-color: rgb(168,237,206); }
div.DivClassName
{
background-color: #A8EDCE;
}
.BgClassName
{
background-color: #A8EDCE;
}
</style>
border-color css
<style>
span { border-color: #A8EDCE; }
span { border-color: rgb(168,237,206); }
td.TdClassName
{
border-color: #A8EDCE;
}
.TagClassName
{
border-color: #A8EDCE;
}
</style>