Shades of Magic Mint #A3EFCD
Tints of Magic Mint #A3EFCD
RGB
CMYK
RGB Variations
Color information
#A3EFCD (or 0xA3EFCD) is known color: Magic Mint. HEX triplet: A3, EF and CD. RGB value is (163,239,205). Sum of RGB (Red+Green+Blue) = 163+239+205=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #A3EFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EFCD is #5C1032. Grayscale: #D4D4D4. Windows color (decimal): -6033459 or 13496227. OLE color: 13496227.
HSL color Cylindrical-coordinate representation of color #A3EFCD: hue angle of 153.16º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3EFCD is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 239 | 205 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.06 |
| HSL | 153.16º | 0.7% | 0.79% | - |
| HSV(B) | 153.16º | 0.32% | 0.94% | - |
| XYZ | 56.99 | 73.93 | 69.02 | - |
| YUV | 212.4 | 123.82 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 239 | 205 | 0.32 | 0 | 0.14 | 0.06 | 153.16 | 0.7 | 0.79 |
| Hex | A3 | EF | CD | 20 | 0 | E | 6 | 99 | 46 | 4F |
| Octal | 243 | 357 | 315 | 40 | 0 | 16 | 6 | 231 | 106 | 117 |
| Binary | 10100011 | 11101111 | 11001101 | 100000 | 0 | 1110 | 110 | 10011001 | 1000110 | 1001111 |
Color Harmonies of #A3EFCD
Complementary color
Monochromatic Colors of #A3EFCD
Black with #A3EFCD
Text Example
Text Example
White with #A3EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EFCD; }
p { color: rgb(163,239,205); }
H1.HeaderClassName
{
color: #A3EFCD;
}
.AnyTagClassName
{
color: #A3EFCD;
}
</style>
background-color css
<style>
a { background-color: #A3EFCD; }
a { background-color: rgb(163,239,205); }
div.DivClassName
{
background-color: #A3EFCD;
}
.BgClassName
{
background-color: #A3EFCD;
}
</style>
border-color css
<style>
span { border-color: #A3EFCD; }
span { border-color: rgb(163,239,205); }
td.TdClassName
{
border-color: #A3EFCD;
}
.TagClassName
{
border-color: #A3EFCD;
}
</style>