Shades of Magic Mint #A8F1C9
Tints of Magic Mint #A8F1C9
RGB
CMYK
RGB Variations
Color information
#A8F1C9 (or 0xA8F1C9) is known color: Magic Mint. HEX triplet: A8, F1 and C9. RGB value is (168,241,201). Sum of RGB (Red+Green+Blue) = 168+241+201=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 201 (78.91% from 255 or 32.95% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F1C9 is #570E36. Grayscale: #D6D6D6. Windows color (decimal): -5705271 or 13234600. OLE color: 13234600.
HSL color Cylindrical-coordinate representation of color #A8F1C9: hue angle of 147.12º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F1C9 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
RGB | 168 | 241 | 201 | - |
CMYK | 0.30 | 0 | 0.17 | 0.05 |
HSL | 147.12º | 0.72% | 0.8% | - |
HSV(B) | 147.12º | 0.3% | 0.95% | - |
XYZ | 58.15 | 75.45 | 66.76 | - |
YUV | 214.61 | 120.32 | 94.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 241 | 201 | 0.30 | 0 | 0.17 | 0.05 | 147.12 | 0.72 | 0.8 |
Hex | A8 | F1 | C9 | 1E | 0 | 11 | 5 | 93 | 48 | 50 |
Octal | 250 | 361 | 311 | 36 | 0 | 21 | 5 | 223 | 110 | 120 |
Binary | 10101000 | 11110001 | 11001001 | 11110 | 0 | 10001 | 101 | 10010011 | 1001000 | 1010000 |
Color Harmonies of #A8F1C9
Complementary color
Monochromatic Colors of #A8F1C9
Black with #A8F1C9
Text Example
Text Example
White with #A8F1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F1C9; }
p { color: rgb(168,241,201); }
H1.HeaderClassName
{
color: #A8F1C9;
}
.AnyTagClassName
{
color: #A8F1C9;
}
</style>
background-color css
<style>
a { background-color: #A8F1C9; }
a { background-color: rgb(168,241,201); }
div.DivClassName
{
background-color: #A8F1C9;
}
.BgClassName
{
background-color: #A8F1C9;
}
</style>
border-color css
<style>
span { border-color: #A8F1C9; }
span { border-color: rgb(168,241,201); }
td.TdClassName
{
border-color: #A8F1C9;
}
.TagClassName
{
border-color: #A8F1C9;
}
</style>