Shades of Magic Mint #A3EBCD
Tints of Magic Mint #A3EBCD
RGB
CMYK
RGB Variations
Color information
#A3EBCD (or 0xA3EBCD) is known color: Magic Mint. HEX triplet: A3, EB and CD. RGB value is (163,235,205). Sum of RGB (Red+Green+Blue) = 163+235+205=603 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.03% from 603); Green value is 235 (92.19% from 255 or 38.97% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBCD is #5C1432. Grayscale: #D2D2D2. Windows color (decimal): -6034483 or 13495203. OLE color: 13495203.
HSL color Cylindrical-coordinate representation of color #A3EBCD: hue angle of 155º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EBCD is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 235 | 205 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.08 |
| HSL | 155º | 0.64% | 0.78% | - |
| HSV(B) | 155º | 0.31% | 0.92% | - |
| XYZ | 55.83 | 71.61 | 68.64 | - |
| YUV | 210.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 235 | 205 | 0.31 | 0 | 0.13 | 0.08 | 155 | 0.64 | 0.78 |
| Hex | A3 | EB | CD | 1F | 0 | D | 8 | 9B | 40 | 4E |
| Octal | 243 | 353 | 315 | 37 | 0 | 15 | 10 | 233 | 100 | 116 |
| Binary | 10100011 | 11101011 | 11001101 | 11111 | 0 | 1101 | 1000 | 10011011 | 1000000 | 1001110 |
Color Harmonies of #A3EBCD
Complementary color
Monochromatic Colors of #A3EBCD
Black with #A3EBCD
Text Example
Text Example
White with #A3EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EBCD; }
p { color: rgb(163,235,205); }
H1.HeaderClassName
{
color: #A3EBCD;
}
.AnyTagClassName
{
color: #A3EBCD;
}
</style>
background-color css
<style>
a { background-color: #A3EBCD; }
a { background-color: rgb(163,235,205); }
div.DivClassName
{
background-color: #A3EBCD;
}
.BgClassName
{
background-color: #A3EBCD;
}
</style>
border-color css
<style>
span { border-color: #A3EBCD; }
span { border-color: rgb(163,235,205); }
td.TdClassName
{
border-color: #A3EBCD;
}
.TagClassName
{
border-color: #A3EBCD;
}
</style>