Shades of Magic Mint #A8F3C1
Tints of Magic Mint #A8F3C1
RGB
CMYK
RGB Variations
Color information
#A8F3C1 (or 0xA8F3C1) is known color: Magic Mint. HEX triplet: A8, F3 and C1. RGB value is (168,243,193). Sum of RGB (Red+Green+Blue) = 168+243+193=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 243 (95.31% from 255 or 40.23% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F3C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F3C1 is #570C3E. Grayscale: #D7D7D7. Windows color (decimal): -5704767 or 12710824. OLE color: 12710824.
HSL color Cylindrical-coordinate representation of color #A8F3C1: hue angle of 140º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F3C1 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 193 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.05 |
| HSL | 140º | 0.76% | 0.81% | - |
| HSV(B) | 140º | 0.31% | 0.95% | - |
| XYZ | 57.82 | 76.28 | 62.13 | - |
| YUV | 214.88 | 115.65 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 193 | 0.31 | 0 | 0.21 | 0.05 | 140 | 0.76 | 0.81 |
| Hex | A8 | F3 | C1 | 1F | 0 | 15 | 5 | 8C | 4C | 51 |
| Octal | 250 | 363 | 301 | 37 | 0 | 25 | 5 | 214 | 114 | 121 |
| Binary | 10101000 | 11110011 | 11000001 | 11111 | 0 | 10101 | 101 | 10001100 | 1001100 | 1010001 |
Color Harmonies of #A8F3C1
Complementary color
Monochromatic Colors of #A8F3C1
Black with #A8F3C1
Text Example
Text Example
White with #A8F3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F3C1; }
p { color: rgb(168,243,193); }
H1.HeaderClassName
{
color: #A8F3C1;
}
.AnyTagClassName
{
color: #A8F3C1;
}
</style>
background-color css
<style>
a { background-color: #A8F3C1; }
a { background-color: rgb(168,243,193); }
div.DivClassName
{
background-color: #A8F3C1;
}
.BgClassName
{
background-color: #A8F3C1;
}
</style>
border-color css
<style>
span { border-color: #A8F3C1; }
span { border-color: rgb(168,243,193); }
td.TdClassName
{
border-color: #A8F3C1;
}
.TagClassName
{
border-color: #A8F3C1;
}
</style>