Shades of Magic Mint #A3F9D5
Tints of Magic Mint #A3F9D5
RGB
CMYK
RGB Variations
Color information
#A3F9D5 (or 0xA3F9D5) is known color: Magic Mint. HEX triplet: A3, F9 and D5. RGB value is (163,249,213). Sum of RGB (Red+Green+Blue) = 163+249+213=625 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.08% from 625); Green value is 249 (97.66% from 255 or 39.84% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 249 - color contains mainly: green. Hex color #A3F9D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F9D5 is #5C062A. Grayscale: #DBDBDB. Windows color (decimal): -6030891 or 14023075. OLE color: 14023075.
HSL color Cylindrical-coordinate representation of color #A3F9D5: hue angle of 154.88º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3F9D5 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 249 | 213 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.02 |
| HSL | 154.88º | 0.88% | 0.81% | - |
| HSV(B) | 154.88º | 0.35% | 0.98% | - |
| XYZ | 60.99 | 80.34 | 75.24 | - |
| YUV | 219.18 | 124.51 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 249 | 213 | 0.35 | 0 | 0.14 | 0.02 | 154.88 | 0.88 | 0.81 |
| Hex | A3 | F9 | D5 | 23 | 0 | E | 2 | 9B | 58 | 51 |
| Octal | 243 | 371 | 325 | 43 | 0 | 16 | 2 | 233 | 130 | 121 |
| Binary | 10100011 | 11111001 | 11010101 | 100011 | 0 | 1110 | 10 | 10011011 | 1011000 | 1010001 |
Color Harmonies of #A3F9D5
Complementary color
Monochromatic Colors of #A3F9D5
Black with #A3F9D5
Text Example
Text Example
White with #A3F9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F9D5; }
p { color: rgb(163,249,213); }
H1.HeaderClassName
{
color: #A3F9D5;
}
.AnyTagClassName
{
color: #A3F9D5;
}
</style>
background-color css
<style>
a { background-color: #A3F9D5; }
a { background-color: rgb(163,249,213); }
div.DivClassName
{
background-color: #A3F9D5;
}
.BgClassName
{
background-color: #A3F9D5;
}
</style>
border-color css
<style>
span { border-color: #A3F9D5; }
span { border-color: rgb(163,249,213); }
td.TdClassName
{
border-color: #A3F9D5;
}
.TagClassName
{
border-color: #A3F9D5;
}
</style>