Shades of Magic Mint #A8F8DB
Tints of Magic Mint #A8F8DB
RGB
CMYK
RGB Variations
Color information
#A8F8DB (or 0xA8F8DB) is known color: Magic Mint. HEX triplet: A8, F8 and DB. RGB value is (168,248,219). Sum of RGB (Red+Green+Blue) = 168+248+219=635 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.46% from 635); Green value is 248 (97.27% from 255 or 39.06% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F8DB is #570724. Grayscale: #DCDCDC. Windows color (decimal): -5703461 or 14416040. OLE color: 14416040.
HSL color Cylindrical-coordinate representation of color #A8F8DB: hue angle of 158.25º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F8DB is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 219 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.03 |
| HSL | 158.25º | 0.85% | 0.82% | - |
| HSV(B) | 158.25º | 0.32% | 0.97% | - |
| XYZ | 62.5 | 80.57 | 79.28 | - |
| YUV | 220.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 219 | 0.32 | 0 | 0.12 | 0.03 | 158.25 | 0.85 | 0.82 |
| Hex | A8 | F8 | DB | 20 | 0 | C | 3 | 9E | 55 | 52 |
| Octal | 250 | 370 | 333 | 40 | 0 | 14 | 3 | 236 | 125 | 122 |
| Binary | 10101000 | 11111000 | 11011011 | 100000 | 0 | 1100 | 11 | 10011110 | 1010101 | 1010010 |
Color Harmonies of #A8F8DB
Complementary color
Monochromatic Colors of #A8F8DB
Black with #A8F8DB
Text Example
Text Example
White with #A8F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F8DB; }
p { color: rgb(168,248,219); }
H1.HeaderClassName
{
color: #A8F8DB;
}
.AnyTagClassName
{
color: #A8F8DB;
}
</style>
background-color css
<style>
a { background-color: #A8F8DB; }
a { background-color: rgb(168,248,219); }
div.DivClassName
{
background-color: #A8F8DB;
}
.BgClassName
{
background-color: #A8F8DB;
}
</style>
border-color css
<style>
span { border-color: #A8F8DB; }
span { border-color: rgb(168,248,219); }
td.TdClassName
{
border-color: #A8F8DB;
}
.TagClassName
{
border-color: #A8F8DB;
}
</style>