Shades of Magic Mint #A3EBC9
Tints of Magic Mint #A3EBC9
RGB
CMYK
RGB Variations
Color information
#A3EBC9 (or 0xA3EBC9) is known color: Magic Mint. HEX triplet: A3, EB and C9. RGB value is (163,235,201). Sum of RGB (Red+Green+Blue) = 163+235+201=599 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.21% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBC9 is #5C1436. Grayscale: #D1D1D1. Windows color (decimal): -6034487 or 13233059. OLE color: 13233059.
HSL color Cylindrical-coordinate representation of color #A3EBC9: hue angle of 151.67º 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 #A3EBC9 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 235 | 201 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.08 |
| HSL | 151.67º | 0.64% | 0.78% | - |
| HSV(B) | 151.67º | 0.31% | 0.92% | - |
| XYZ | 55.36 | 71.42 | 66.13 | - |
| YUV | 209.6 | 123.15 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 235 | 201 | 0.31 | 0 | 0.14 | 0.08 | 151.67 | 0.64 | 0.78 |
| Hex | A3 | EB | C9 | 1F | 0 | E | 8 | 98 | 40 | 4E |
| Octal | 243 | 353 | 311 | 37 | 0 | 16 | 10 | 230 | 100 | 116 |
| Binary | 10100011 | 11101011 | 11001001 | 11111 | 0 | 1110 | 1000 | 10011000 | 1000000 | 1001110 |
Color Harmonies of #A3EBC9
Complementary color
Monochromatic Colors of #A3EBC9
Black with #A3EBC9
Text Example
Text Example
White with #A3EBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EBC9; }
p { color: rgb(163,235,201); }
H1.HeaderClassName
{
color: #A3EBC9;
}
.AnyTagClassName
{
color: #A3EBC9;
}
</style>
background-color css
<style>
a { background-color: #A3EBC9; }
a { background-color: rgb(163,235,201); }
div.DivClassName
{
background-color: #A3EBC9;
}
.BgClassName
{
background-color: #A3EBC9;
}
</style>
border-color css
<style>
span { border-color: #A3EBC9; }
span { border-color: rgb(163,235,201); }
td.TdClassName
{
border-color: #A3EBC9;
}
.TagClassName
{
border-color: #A3EBC9;
}
</style>