Shades of Magic Mint #A3ECC4
Tints of Magic Mint #A3ECC4
RGB
CMYK
RGB Variations
Color information
#A3ECC4 (or 0xA3ECC4) is known color: Magic Mint. HEX triplet: A3, EC and C4. RGB value is (163,236,196). Sum of RGB (Red+Green+Blue) = 163+236+196=595 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.39% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3ECC4 is #5C133B. Grayscale: #D1D1D1. Windows color (decimal): -6034236 or 12905635. OLE color: 12905635.
HSL color Cylindrical-coordinate representation of color #A3ECC4: hue angle of 147.12º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3ECC4 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 196 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.07 |
| HSL | 147.12º | 0.66% | 0.78% | - |
| HSV(B) | 147.12º | 0.31% | 0.93% | - |
| XYZ | 55.06 | 71.76 | 63.17 | - |
| YUV | 209.61 | 120.32 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 196 | 0.31 | 0 | 0.17 | 0.07 | 147.12 | 0.66 | 0.78 |
| Hex | A3 | EC | C4 | 1F | 0 | 11 | 7 | 93 | 42 | 4E |
| Octal | 243 | 354 | 304 | 37 | 0 | 21 | 7 | 223 | 102 | 116 |
| Binary | 10100011 | 11101100 | 11000100 | 11111 | 0 | 10001 | 111 | 10010011 | 1000010 | 1001110 |
Color Harmonies of #A3ECC4
Complementary color
Monochromatic Colors of #A3ECC4
Black with #A3ECC4
Text Example
Text Example
White with #A3ECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ECC4; }
p { color: rgb(163,236,196); }
H1.HeaderClassName
{
color: #A3ECC4;
}
.AnyTagClassName
{
color: #A3ECC4;
}
</style>
background-color css
<style>
a { background-color: #A3ECC4; }
a { background-color: rgb(163,236,196); }
div.DivClassName
{
background-color: #A3ECC4;
}
.BgClassName
{
background-color: #A3ECC4;
}
</style>
border-color css
<style>
span { border-color: #A3ECC4; }
span { border-color: rgb(163,236,196); }
td.TdClassName
{
border-color: #A3ECC4;
}
.TagClassName
{
border-color: #A3ECC4;
}
</style>