Shades of Magic Mint #A3EBC2
Tints of Magic Mint #A3EBC2
RGB
CMYK
RGB Variations
Color information
#A3EBC2 (or 0xA3EBC2) is known color: Magic Mint. HEX triplet: A3, EB and C2. RGB value is (163,235,194). Sum of RGB (Red+Green+Blue) = 163+235+194=592 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.53% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBC2 is #5C143D. Grayscale: #D0D0D0. Windows color (decimal): -6034494 or 12774307. OLE color: 12774307.
HSL color Cylindrical-coordinate representation of color #A3EBC2: hue angle of 145.83º 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 #A3EBC2 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 235 | 194 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.08 |
| HSL | 145.83º | 0.64% | 0.78% | - |
| HSV(B) | 145.83º | 0.31% | 0.92% | - |
| XYZ | 54.55 | 71.1 | 61.89 | - |
| YUV | 208.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 235 | 194 | 0.31 | 0 | 0.17 | 0.08 | 145.83 | 0.64 | 0.78 |
| Hex | A3 | EB | C2 | 1F | 0 | 11 | 8 | 92 | 40 | 4E |
| Octal | 243 | 353 | 302 | 37 | 0 | 21 | 10 | 222 | 100 | 116 |
| Binary | 10100011 | 11101011 | 11000010 | 11111 | 0 | 10001 | 1000 | 10010010 | 1000000 | 1001110 |
Color Harmonies of #A3EBC2
Complementary color
Monochromatic Colors of #A3EBC2
Black with #A3EBC2
Text Example
Text Example
White with #A3EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EBC2; }
p { color: rgb(163,235,194); }
H1.HeaderClassName
{
color: #A3EBC2;
}
.AnyTagClassName
{
color: #A3EBC2;
}
</style>
background-color css
<style>
a { background-color: #A3EBC2; }
a { background-color: rgb(163,235,194); }
div.DivClassName
{
background-color: #A3EBC2;
}
.BgClassName
{
background-color: #A3EBC2;
}
</style>
border-color css
<style>
span { border-color: #A3EBC2; }
span { border-color: rgb(163,235,194); }
td.TdClassName
{
border-color: #A3EBC2;
}
.TagClassName
{
border-color: #A3EBC2;
}
</style>