Shades of Magic Mint #A8FDDB
Tints of Magic Mint #A8FDDB
RGB
CMYK
RGB Variations
Color information
#A8FDDB (or 0xA8FDDB) is known color: Magic Mint. HEX triplet: A8, FD and DB. RGB value is (168,253,219). Sum of RGB (Red+Green+Blue) = 168+253+219=640 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.25% from 640); Green value is 253 (99.22% from 255 or 39.53% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FDDB is #570224. Grayscale: #DFDFDF. Windows color (decimal): -5702181 or 14417320. OLE color: 14417320.
HSL color Cylindrical-coordinate representation of color #A8FDDB: hue angle of 156º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FDDB is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 219 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.01 |
| HSL | 156º | 0.96% | 0.83% | - |
| HSV(B) | 156º | 0.34% | 0.99% | - |
| XYZ | 64.06 | 83.69 | 79.8 | - |
| YUV | 223.71 | 125.34 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 219 | 0.34 | 0 | 0.13 | 0.01 | 156 | 0.96 | 0.83 |
| Hex | A8 | FD | DB | 22 | 0 | D | 1 | 9C | 60 | 53 |
| Octal | 250 | 375 | 333 | 42 | 0 | 15 | 1 | 234 | 140 | 123 |
| Binary | 10101000 | 11111101 | 11011011 | 100010 | 0 | 1101 | 1 | 10011100 | 1100000 | 1010011 |
Color Harmonies of #A8FDDB
Complementary color
Monochromatic Colors of #A8FDDB
Black with #A8FDDB
Text Example
Text Example
White with #A8FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FDDB; }
p { color: rgb(168,253,219); }
H1.HeaderClassName
{
color: #A8FDDB;
}
.AnyTagClassName
{
color: #A8FDDB;
}
</style>
background-color css
<style>
a { background-color: #A8FDDB; }
a { background-color: rgb(168,253,219); }
div.DivClassName
{
background-color: #A8FDDB;
}
.BgClassName
{
background-color: #A8FDDB;
}
</style>
border-color css
<style>
span { border-color: #A8FDDB; }
span { border-color: rgb(168,253,219); }
td.TdClassName
{
border-color: #A8FDDB;
}
.TagClassName
{
border-color: #A8FDDB;
}
</style>