Shades of Magic Mint #A3FFDB
Tints of Magic Mint #A3FFDB
RGB
CMYK
RGB Variations
Color information
#A3FFDB (or 0xA3FFDB) is known color: Magic Mint. HEX triplet: A3, FF and DB. RGB value is (163,255,219). Sum of RGB (Red+Green+Blue) = 163+255+219=637 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.59% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FFDB is #5C0024. Grayscale: #DFDFDF. Windows color (decimal): -6029349 or 14417827. OLE color: 14417827.
HSL color Cylindrical-coordinate representation of color #A3FFDB: hue angle of 156.52º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3FFDB is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 255 | 219 | - |
| CMYK | 0.36 | 0 | 0.14 | 0 |
| HSL | 156.52º | 1% | 0.82% | - |
| HSV(B) | 156.52º | 0.36% | 1% | - |
| XYZ | 63.65 | 84.42 | 79.96 | - |
| YUV | 223.39 | 125.52 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 255 | 219 | 0.36 | 0 | 0.14 | 0 | 156.52 | 1 | 0.82 |
| Hex | A3 | FF | DB | 24 | 0 | E | 0 | 9D | 64 | 52 |
| Octal | 243 | 377 | 333 | 44 | 0 | 16 | 0 | 235 | 144 | 122 |
| Binary | 10100011 | 11111111 | 11011011 | 100100 | 0 | 1110 | 0 | 10011101 | 1100100 | 1010010 |
Color Harmonies of #A3FFDB
Complementary color
Monochromatic Colors of #A3FFDB
Black with #A3FFDB
Text Example
Text Example
White with #A3FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FFDB; }
p { color: rgb(163,255,219); }
H1.HeaderClassName
{
color: #A3FFDB;
}
.AnyTagClassName
{
color: #A3FFDB;
}
</style>
background-color css
<style>
a { background-color: #A3FFDB; }
a { background-color: rgb(163,255,219); }
div.DivClassName
{
background-color: #A3FFDB;
}
.BgClassName
{
background-color: #A3FFDB;
}
</style>
border-color css
<style>
span { border-color: #A3FFDB; }
span { border-color: rgb(163,255,219); }
td.TdClassName
{
border-color: #A3FFDB;
}
.TagClassName
{
border-color: #A3FFDB;
}
</style>