Shades of Magic Mint #A3F2D3
Tints of Magic Mint #A3F2D3
RGB
CMYK
RGB Variations
Color information
#A3F2D3 (or 0xA3F2D3) is known color: Magic Mint. HEX triplet: A3, F2 and D3. RGB value is (163,242,211). Sum of RGB (Red+Green+Blue) = 163+242+211=616 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.46% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F2D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3F2D3 is #5C0D2C. Grayscale: #D6D6D6. Windows color (decimal): -6032685 or 13890211. OLE color: 13890211.
HSL color Cylindrical-coordinate representation of color #A3F2D3: hue angle of 156.46º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3F2D3 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 242 | 211 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.05 |
| HSL | 156.46º | 0.75% | 0.79% | - |
| HSV(B) | 156.46º | 0.33% | 0.95% | - |
| XYZ | 58.61 | 75.99 | 73.21 | - |
| YUV | 214.85 | 125.83 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 242 | 211 | 0.33 | 0 | 0.13 | 0.05 | 156.46 | 0.75 | 0.79 |
| Hex | A3 | F2 | D3 | 21 | 0 | D | 5 | 9C | 4B | 4F |
| Octal | 243 | 362 | 323 | 41 | 0 | 15 | 5 | 234 | 113 | 117 |
| Binary | 10100011 | 11110010 | 11010011 | 100001 | 0 | 1101 | 101 | 10011100 | 1001011 | 1001111 |
Color Harmonies of #A3F2D3
Complementary color
Monochromatic Colors of #A3F2D3
Black with #A3F2D3
Text Example
Text Example
White with #A3F2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F2D3; }
p { color: rgb(163,242,211); }
H1.HeaderClassName
{
color: #A3F2D3;
}
.AnyTagClassName
{
color: #A3F2D3;
}
</style>
background-color css
<style>
a { background-color: #A3F2D3; }
a { background-color: rgb(163,242,211); }
div.DivClassName
{
background-color: #A3F2D3;
}
.BgClassName
{
background-color: #A3F2D3;
}
</style>
border-color css
<style>
span { border-color: #A3F2D3; }
span { border-color: rgb(163,242,211); }
td.TdClassName
{
border-color: #A3F2D3;
}
.TagClassName
{
border-color: #A3F2D3;
}
</style>