Shades of Magic Mint #A3ECC3
Tints of Magic Mint #A3ECC3
RGB
CMYK
RGB Variations
Color information
#A3ECC3 (or 0xA3ECC3) is known color: Magic Mint. HEX triplet: A3, EC and C3. RGB value is (163,236,195). Sum of RGB (Red+Green+Blue) = 163+236+195=594 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.44% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3ECC3 is #5C133C. Grayscale: #D1D1D1. Windows color (decimal): -6034237 or 12840099. OLE color: 12840099.
HSL color Cylindrical-coordinate representation of color #A3ECC3: hue angle of 146.3º 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 #A3ECC3 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 195 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.07 |
| HSL | 146.3º | 0.66% | 0.78% | - |
| HSV(B) | 146.3º | 0.31% | 0.93% | - |
| XYZ | 54.95 | 71.72 | 62.58 | - |
| YUV | 209.5 | 119.82 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 195 | 0.31 | 0 | 0.17 | 0.07 | 146.3 | 0.66 | 0.78 |
| Hex | A3 | EC | C3 | 1F | 0 | 11 | 7 | 92 | 42 | 4E |
| Octal | 243 | 354 | 303 | 37 | 0 | 21 | 7 | 222 | 102 | 116 |
| Binary | 10100011 | 11101100 | 11000011 | 11111 | 0 | 10001 | 111 | 10010010 | 1000010 | 1001110 |
Color Harmonies of #A3ECC3
Complementary color
Monochromatic Colors of #A3ECC3
Black with #A3ECC3
Text Example
Text Example
White with #A3ECC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ECC3; }
p { color: rgb(163,236,195); }
H1.HeaderClassName
{
color: #A3ECC3;
}
.AnyTagClassName
{
color: #A3ECC3;
}
</style>
background-color css
<style>
a { background-color: #A3ECC3; }
a { background-color: rgb(163,236,195); }
div.DivClassName
{
background-color: #A3ECC3;
}
.BgClassName
{
background-color: #A3ECC3;
}
</style>
border-color css
<style>
span { border-color: #A3ECC3; }
span { border-color: rgb(163,236,195); }
td.TdClassName
{
border-color: #A3ECC3;
}
.TagClassName
{
border-color: #A3ECC3;
}
</style>