Shades of Magic Mint #A8FFCF
Tints of Magic Mint #A8FFCF
RGB
CMYK
RGB Variations
Color information
#A8FFCF (or 0xA8FFCF) is known color: Magic Mint. HEX triplet: A8, FF and CF. RGB value is (168,255,207). Sum of RGB (Red+Green+Blue) = 168+255+207=630 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.67% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFCF is #570030. Grayscale: #DFDFDF. Windows color (decimal): -5701681 or 13631400. OLE color: 13631400.
HSL color Cylindrical-coordinate representation of color #A8FFCF: hue angle of 146.9º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FFCF is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 207 | - |
| CMYK | 0.34 | 0 | 0.19 | 0 |
| HSL | 146.9º | 1% | 0.83% | - |
| HSV(B) | 146.9º | 0.34% | 1% | - |
| XYZ | 63.17 | 84.35 | 71.98 | - |
| YUV | 223.52 | 118.68 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 207 | 0.34 | 0 | 0.19 | 0 | 146.9 | 1 | 0.83 |
| Hex | A8 | FF | CF | 22 | 0 | 13 | 0 | 93 | 64 | 53 |
| Octal | 250 | 377 | 317 | 42 | 0 | 23 | 0 | 223 | 144 | 123 |
| Binary | 10101000 | 11111111 | 11001111 | 100010 | 0 | 10011 | 0 | 10010011 | 1100100 | 1010011 |
Color Harmonies of #A8FFCF
Complementary color
Monochromatic Colors of #A8FFCF
Black with #A8FFCF
Text Example
Text Example
White with #A8FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFCF; }
p { color: rgb(168,255,207); }
H1.HeaderClassName
{
color: #A8FFCF;
}
.AnyTagClassName
{
color: #A8FFCF;
}
</style>
background-color css
<style>
a { background-color: #A8FFCF; }
a { background-color: rgb(168,255,207); }
div.DivClassName
{
background-color: #A8FFCF;
}
.BgClassName
{
background-color: #A8FFCF;
}
</style>
border-color css
<style>
span { border-color: #A8FFCF; }
span { border-color: rgb(168,255,207); }
td.TdClassName
{
border-color: #A8FFCF;
}
.TagClassName
{
border-color: #A8FFCF;
}
</style>