Shades of Magic Mint #A8F5DA
Tints of Magic Mint #A8F5DA
RGB
CMYK
RGB Variations
Color information
#A8F5DA (or 0xA8F5DA) is known color: Magic Mint. HEX triplet: A8, F5 and DA. RGB value is (168,245,218). Sum of RGB (Red+Green+Blue) = 168+245+218=631 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.62% from 631); Green value is 245 (96.09% from 255 or 38.83% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F5DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F5DA is #570A25. Grayscale: #DADADA. Windows color (decimal): -5704230 or 14349736. OLE color: 14349736.
HSL color Cylindrical-coordinate representation of color #A8F5DA: hue angle of 158.96º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F5DA is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 218 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.04 |
| HSL | 158.96º | 0.79% | 0.81% | - |
| HSV(B) | 158.96º | 0.31% | 0.96% | - |
| XYZ | 61.46 | 78.69 | 78.28 | - |
| YUV | 218.9 | 127.49 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 218 | 0.31 | 0 | 0.11 | 0.04 | 158.96 | 0.79 | 0.81 |
| Hex | A8 | F5 | DA | 1F | 0 | B | 4 | 9F | 4F | 51 |
| Octal | 250 | 365 | 332 | 37 | 0 | 13 | 4 | 237 | 117 | 121 |
| Binary | 10101000 | 11110101 | 11011010 | 11111 | 0 | 1011 | 100 | 10011111 | 1001111 | 1010001 |
Color Harmonies of #A8F5DA
Complementary color
Monochromatic Colors of #A8F5DA
Black with #A8F5DA
Text Example
Text Example
White with #A8F5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F5DA; }
p { color: rgb(168,245,218); }
H1.HeaderClassName
{
color: #A8F5DA;
}
.AnyTagClassName
{
color: #A8F5DA;
}
</style>
background-color css
<style>
a { background-color: #A8F5DA; }
a { background-color: rgb(168,245,218); }
div.DivClassName
{
background-color: #A8F5DA;
}
.BgClassName
{
background-color: #A8F5DA;
}
</style>
border-color css
<style>
span { border-color: #A8F5DA; }
span { border-color: rgb(168,245,218); }
td.TdClassName
{
border-color: #A8F5DA;
}
.TagClassName
{
border-color: #A8F5DA;
}
</style>