Shades of Magic Mint #A8F0C3
Tints of Magic Mint #A8F0C3
RGB
CMYK
RGB Variations
Color information
#A8F0C3 (or 0xA8F0C3) is known color: Magic Mint. HEX triplet: A8, F0 and C3. RGB value is (168,240,195). Sum of RGB (Red+Green+Blue) = 168+240+195=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F0C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F0C3 is #570F3C. Grayscale: #D5D5D5. Windows color (decimal): -5705533 or 12841128. OLE color: 12841128.
HSL color Cylindrical-coordinate representation of color #A8F0C3: hue angle of 142.5º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F0C3 is Cyan = 0.3, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 195 | - |
| CMYK | 0.3 | 0 | 0.19 | 0.06 |
| HSL | 142.5º | 0.71% | 0.8% | - |
| HSV(B) | 142.5º | 0.3% | 0.94% | - |
| XYZ | 57.16 | 74.59 | 63.01 | - |
| YUV | 213.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 195 | 0.3 | 0 | 0.19 | 0.06 | 142.5 | 0.71 | 0.8 |
| Hex | A8 | F0 | C3 | 1E | 0 | 13 | 6 | 8E | 47 | 50 |
| Octal | 250 | 360 | 303 | 36 | 0 | 23 | 6 | 216 | 107 | 120 |
| Binary | 10101000 | 11110000 | 11000011 | 11110 | 0 | 10011 | 110 | 10001110 | 1000111 | 1010000 |
Color Harmonies of #A8F0C3
Complementary color
Monochromatic Colors of #A8F0C3
Black with #A8F0C3
Text Example
Text Example
White with #A8F0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F0C3; }
p { color: rgb(168,240,195); }
H1.HeaderClassName
{
color: #A8F0C3;
}
.AnyTagClassName
{
color: #A8F0C3;
}
</style>
background-color css
<style>
a { background-color: #A8F0C3; }
a { background-color: rgb(168,240,195); }
div.DivClassName
{
background-color: #A8F0C3;
}
.BgClassName
{
background-color: #A8F0C3;
}
</style>
border-color css
<style>
span { border-color: #A8F0C3; }
span { border-color: rgb(168,240,195); }
td.TdClassName
{
border-color: #A8F0C3;
}
.TagClassName
{
border-color: #A8F0C3;
}
</style>