Shades of Magic Mint #A8F0CE
Tints of Magic Mint #A8F0CE
RGB
CMYK
RGB Variations
Color information
#A8F0CE (or 0xA8F0CE) is known color: Magic Mint. HEX triplet: A8, F0 and CE. RGB value is (168,240,206). Sum of RGB (Red+Green+Blue) = 168+240+206=614 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.36% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F0CE is #570F31. Grayscale: #D6D6D6. Windows color (decimal): -5705522 or 13562024. OLE color: 13562024.
HSL color Cylindrical-coordinate representation of color #A8F0CE: hue angle of 151.67º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F0CE is Cyan = 0.3, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 206 | - |
| CMYK | 0.3 | 0 | 0.14 | 0.06 |
| HSL | 151.67º | 0.71% | 0.8% | - |
| HSV(B) | 151.67º | 0.3% | 0.94% | - |
| XYZ | 58.45 | 75.1 | 69.81 | - |
| YUV | 214.6 | 123.15 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 206 | 0.3 | 0 | 0.14 | 0.06 | 151.67 | 0.71 | 0.8 |
| Hex | A8 | F0 | CE | 1E | 0 | E | 6 | 98 | 47 | 50 |
| Octal | 250 | 360 | 316 | 36 | 0 | 16 | 6 | 230 | 107 | 120 |
| Binary | 10101000 | 11110000 | 11001110 | 11110 | 0 | 1110 | 110 | 10011000 | 1000111 | 1010000 |
Color Harmonies of #A8F0CE
Complementary color
Monochromatic Colors of #A8F0CE
Black with #A8F0CE
Text Example
Text Example
White with #A8F0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0CE; }
p { color: rgb(168,240,206); }
H1.HeaderClassName
{
color: #A8F0CE;
}
.AnyTagClassName
{
color: #A8F0CE;
}
</style>
background-color css
<style>
a { background-color: #A8F0CE; }
a { background-color: rgb(168,240,206); }
div.DivClassName
{
background-color: #A8F0CE;
}
.BgClassName
{
background-color: #A8F0CE;
}
</style>
border-color css
<style>
span { border-color: #A8F0CE; }
span { border-color: rgb(168,240,206); }
td.TdClassName
{
border-color: #A8F0CE;
}
.TagClassName
{
border-color: #A8F0CE;
}
</style>