Shades of Magic Mint #A3DFC5
Tints of Magic Mint #A3DFC5
RGB
CMYK
RGB Variations
Color information
#A3DFC5 (or 0xA3DFC5) is known color: Magic Mint. HEX triplet: A3, DF and C5. RGB value is (163,223,197). Sum of RGB (Red+Green+Blue) = 163+223+197=583 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.96% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 197 (77.34% from 255 or 33.79% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFC5 is #5C203A. Grayscale: #CACACA. Windows color (decimal): -6037563 or 12967843. OLE color: 12967843.
HSL color Cylindrical-coordinate representation of color #A3DFC5: hue angle of 154º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DFC5 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 197 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.13 |
| HSL | 154º | 0.48% | 0.76% | - |
| HSV(B) | 154º | 0.27% | 0.87% | - |
| XYZ | 51.57 | 64.59 | 62.57 | - |
| YUV | 202.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 197 | 0.27 | 0 | 0.12 | 0.13 | 154 | 0.48 | 0.76 |
| Hex | A3 | DF | C5 | 1B | 0 | C | D | 9A | 30 | 4C |
| Octal | 243 | 337 | 305 | 33 | 0 | 14 | 15 | 232 | 60 | 114 |
| Binary | 10100011 | 11011111 | 11000101 | 11011 | 0 | 1100 | 1101 | 10011010 | 110000 | 1001100 |
Color Harmonies of #A3DFC5
Complementary color
Monochromatic Colors of #A3DFC5
Black with #A3DFC5
Text Example
Text Example
White with #A3DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFC5; }
p { color: rgb(163,223,197); }
H1.HeaderClassName
{
color: #A3DFC5;
}
.AnyTagClassName
{
color: #A3DFC5;
}
</style>
background-color css
<style>
a { background-color: #A3DFC5; }
a { background-color: rgb(163,223,197); }
div.DivClassName
{
background-color: #A3DFC5;
}
.BgClassName
{
background-color: #A3DFC5;
}
</style>
border-color css
<style>
span { border-color: #A3DFC5; }
span { border-color: rgb(163,223,197); }
td.TdClassName
{
border-color: #A3DFC5;
}
.TagClassName
{
border-color: #A3DFC5;
}
</style>