Shades of Magic Mint #A8FEDB
Tints of Magic Mint #A8FEDB
RGB
CMYK
RGB Variations
Color information
#A8FEDB (or 0xA8FEDB) is known color: Magic Mint. HEX triplet: A8, FE and DB. RGB value is (168,254,219). Sum of RGB (Red+Green+Blue) = 168+254+219=641 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.21% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FEDB is #570124. Grayscale: #E0E0E0. Windows color (decimal): -5701925 or 14417576. OLE color: 14417576.
HSL color Cylindrical-coordinate representation of color #A8FEDB: hue angle of 155.58º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FEDB is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 219 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.00 |
| HSL | 155.58º | 0.98% | 0.83% | - |
| HSV(B) | 155.58º | 0.34% | 1% | - |
| XYZ | 64.38 | 84.32 | 79.9 | - |
| YUV | 224.3 | 125.01 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 219 | 0.34 | 0 | 0.14 | 0.00 | 155.58 | 0.98 | 0.83 |
| Hex | A8 | FE | DB | 22 | 0 | E | 0 | 9C | 62 | 53 |
| Octal | 250 | 376 | 333 | 42 | 0 | 16 | 0 | 234 | 142 | 123 |
| Binary | 10101000 | 11111110 | 11011011 | 100010 | 0 | 1110 | 0 | 10011100 | 1100010 | 1010011 |
Color Harmonies of #A8FEDB
Complementary color
Monochromatic Colors of #A8FEDB
Black with #A8FEDB
Text Example
Text Example
White with #A8FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FEDB; }
p { color: rgb(168,254,219); }
H1.HeaderClassName
{
color: #A8FEDB;
}
.AnyTagClassName
{
color: #A8FEDB;
}
</style>
background-color css
<style>
a { background-color: #A8FEDB; }
a { background-color: rgb(168,254,219); }
div.DivClassName
{
background-color: #A8FEDB;
}
.BgClassName
{
background-color: #A8FEDB;
}
</style>
border-color css
<style>
span { border-color: #A8FEDB; }
span { border-color: rgb(168,254,219); }
td.TdClassName
{
border-color: #A8FEDB;
}
.TagClassName
{
border-color: #A8FEDB;
}
</style>