Shades of Magic Mint #A8F2CF
Tints of Magic Mint #A8F2CF
RGB
CMYK
RGB Variations
Color information
#A8F2CF (or 0xA8F2CF) is known color: Magic Mint. HEX triplet: A8, F2 and CF. RGB value is (168,242,207). Sum of RGB (Red+Green+Blue) = 168+242+207=617 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.23% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F2CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F2CF is #570D30. Grayscale: #D7D7D7. Windows color (decimal): -5705009 or 13628072. OLE color: 13628072.
HSL color Cylindrical-coordinate representation of color #A8F2CF: hue angle of 151.62º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F2CF is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 207 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.05 |
| HSL | 151.62º | 0.74% | 0.8% | - |
| HSV(B) | 151.62º | 0.31% | 0.95% | - |
| XYZ | 59.16 | 76.33 | 70.65 | - |
| YUV | 215.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 207 | 0.31 | 0 | 0.14 | 0.05 | 151.62 | 0.74 | 0.8 |
| Hex | A8 | F2 | CF | 1F | 0 | E | 5 | 98 | 4A | 50 |
| Octal | 250 | 362 | 317 | 37 | 0 | 16 | 5 | 230 | 112 | 120 |
| Binary | 10101000 | 11110010 | 11001111 | 11111 | 0 | 1110 | 101 | 10011000 | 1001010 | 1010000 |
Color Harmonies of #A8F2CF
Complementary color
Monochromatic Colors of #A8F2CF
Black with #A8F2CF
Text Example
Text Example
White with #A8F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F2CF; }
p { color: rgb(168,242,207); }
H1.HeaderClassName
{
color: #A8F2CF;
}
.AnyTagClassName
{
color: #A8F2CF;
}
</style>
background-color css
<style>
a { background-color: #A8F2CF; }
a { background-color: rgb(168,242,207); }
div.DivClassName
{
background-color: #A8F2CF;
}
.BgClassName
{
background-color: #A8F2CF;
}
</style>
border-color css
<style>
span { border-color: #A8F2CF; }
span { border-color: rgb(168,242,207); }
td.TdClassName
{
border-color: #A8F2CF;
}
.TagClassName
{
border-color: #A8F2CF;
}
</style>