Shades of Magic Mint #A8F7C2
Tints of Magic Mint #A8F7C2
RGB
CMYK
RGB Variations
Color information
#A8F7C2 (or 0xA8F7C2) is known color: Magic Mint. HEX triplet: A8, F7 and C2. RGB value is (168,247,194). Sum of RGB (Red+Green+Blue) = 168+247+194=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 247 (96.88% from 255 or 40.56% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F7C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F7C2 is #57083D. Grayscale: #D9D9D9. Windows color (decimal): -5703742 or 12777384. OLE color: 12777384.
HSL color Cylindrical-coordinate representation of color #A8F7C2: hue angle of 139.75º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F7C2 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 247 | 194 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.03 |
| HSL | 139.75º | 0.83% | 0.81% | - |
| HSV(B) | 139.75º | 0.32% | 0.97% | - |
| XYZ | 59.15 | 78.74 | 63.12 | - |
| YUV | 217.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 247 | 194 | 0.32 | 0 | 0.21 | 0.03 | 139.75 | 0.83 | 0.81 |
| Hex | A8 | F7 | C2 | 20 | 0 | 15 | 3 | 8C | 53 | 51 |
| Octal | 250 | 367 | 302 | 40 | 0 | 25 | 3 | 214 | 123 | 121 |
| Binary | 10101000 | 11110111 | 11000010 | 100000 | 0 | 10101 | 11 | 10001100 | 1010011 | 1010001 |
Color Harmonies of #A8F7C2
Complementary color
Monochromatic Colors of #A8F7C2
Black with #A8F7C2
Text Example
Text Example
White with #A8F7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F7C2; }
p { color: rgb(168,247,194); }
H1.HeaderClassName
{
color: #A8F7C2;
}
.AnyTagClassName
{
color: #A8F7C2;
}
</style>
background-color css
<style>
a { background-color: #A8F7C2; }
a { background-color: rgb(168,247,194); }
div.DivClassName
{
background-color: #A8F7C2;
}
.BgClassName
{
background-color: #A8F7C2;
}
</style>
border-color css
<style>
span { border-color: #A8F7C2; }
span { border-color: rgb(168,247,194); }
td.TdClassName
{
border-color: #A8F7C2;
}
.TagClassName
{
border-color: #A8F7C2;
}
</style>