Shades of Magic Mint #A8F6D9
Tints of Magic Mint #A8F6D9
RGB
CMYK
RGB Variations
Color information
#A8F6D9 (or 0xA8F6D9) is known color: Magic Mint. HEX triplet: A8, F6 and D9. RGB value is (168,246,217). Sum of RGB (Red+Green+Blue) = 168+246+217=631 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.62% from 631); Green value is 246 (96.48% from 255 or 38.99% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F6D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F6D9 is #570926. Grayscale: #DBDBDB. Windows color (decimal): -5703975 or 14284456. OLE color: 14284456.
HSL color Cylindrical-coordinate representation of color #A8F6D9: hue angle of 157.69º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F6D9 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
RGB | 168 | 246 | 217 | - |
CMYK | 0.32 | 0 | 0.12 | 0.04 |
HSL | 157.69º | 0.81% | 0.81% | - |
HSV(B) | 157.69º | 0.32% | 0.96% | - |
XYZ | 61.63 | 79.25 | 77.69 | - |
YUV | 219.37 | 126.66 | 91.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 246 | 217 | 0.32 | 0 | 0.12 | 0.04 | 157.69 | 0.81 | 0.81 |
Hex | A8 | F6 | D9 | 20 | 0 | C | 4 | 9E | 51 | 51 |
Octal | 250 | 366 | 331 | 40 | 0 | 14 | 4 | 236 | 121 | 121 |
Binary | 10101000 | 11110110 | 11011001 | 100000 | 0 | 1100 | 100 | 10011110 | 1010001 | 1010001 |
Color Harmonies of #A8F6D9
Complementary color
Monochromatic Colors of #A8F6D9
Black with #A8F6D9
Text Example
Text Example
White with #A8F6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F6D9; }
p { color: rgb(168,246,217); }
H1.HeaderClassName
{
color: #A8F6D9;
}
.AnyTagClassName
{
color: #A8F6D9;
}
</style>
background-color css
<style>
a { background-color: #A8F6D9; }
a { background-color: rgb(168,246,217); }
div.DivClassName
{
background-color: #A8F6D9;
}
.BgClassName
{
background-color: #A8F6D9;
}
</style>
border-color css
<style>
span { border-color: #A8F6D9; }
span { border-color: rgb(168,246,217); }
td.TdClassName
{
border-color: #A8F6D9;
}
.TagClassName
{
border-color: #A8F6D9;
}
</style>