Shades of Magic Mint #A8FECF
Tints of Magic Mint #A8FECF
RGB
CMYK
RGB Variations
Color information
#A8FECF (or 0xA8FECF) is known color: Magic Mint. HEX triplet: A8, FE and CF. RGB value is (168,254,207). Sum of RGB (Red+Green+Blue) = 168+254+207=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FECF is #570130. Grayscale: #DFDFDF. Windows color (decimal): -5701937 or 13631144. OLE color: 13631144.
HSL color Cylindrical-coordinate representation of color #A8FECF: hue angle of 147.21º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FECF is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 207 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.00 |
| HSL | 147.21º | 0.98% | 0.83% | - |
| HSV(B) | 147.21º | 0.34% | 1% | - |
| XYZ | 62.85 | 83.71 | 71.88 | - |
| YUV | 222.93 | 119.01 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 207 | 0.34 | 0 | 0.19 | 0.00 | 147.21 | 0.98 | 0.83 |
| Hex | A8 | FE | CF | 22 | 0 | 13 | 0 | 93 | 62 | 53 |
| Octal | 250 | 376 | 317 | 42 | 0 | 23 | 0 | 223 | 142 | 123 |
| Binary | 10101000 | 11111110 | 11001111 | 100010 | 0 | 10011 | 0 | 10010011 | 1100010 | 1010011 |
Color Harmonies of #A8FECF
Complementary color
Monochromatic Colors of #A8FECF
Black with #A8FECF
Text Example
Text Example
White with #A8FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FECF; }
p { color: rgb(168,254,207); }
H1.HeaderClassName
{
color: #A8FECF;
}
.AnyTagClassName
{
color: #A8FECF;
}
</style>
background-color css
<style>
a { background-color: #A8FECF; }
a { background-color: rgb(168,254,207); }
div.DivClassName
{
background-color: #A8FECF;
}
.BgClassName
{
background-color: #A8FECF;
}
</style>
border-color css
<style>
span { border-color: #A8FECF; }
span { border-color: rgb(168,254,207); }
td.TdClassName
{
border-color: #A8FECF;
}
.TagClassName
{
border-color: #A8FECF;
}
</style>