Shades of Magic Mint #A3ECCC
Tints of Magic Mint #A3ECCC
RGB
CMYK
RGB Variations
Color information
#A3ECCC (or 0xA3ECCC) is known color: Magic Mint. HEX triplet: A3, EC and CC. RGB value is (163,236,204). Sum of RGB (Red+Green+Blue) = 163+236+204=603 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.03% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3ECCC is #5C1333. Grayscale: #D2D2D2. Windows color (decimal): -6034228 or 13429923. OLE color: 13429923.
HSL color Cylindrical-coordinate representation of color #A3ECCC: hue angle of 153.7º 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 #A3ECCC is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 204 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.07 |
| HSL | 153.7º | 0.66% | 0.78% | - |
| HSV(B) | 153.7º | 0.31% | 0.93% | - |
| XYZ | 56 | 72.14 | 68.1 | - |
| YUV | 210.53 | 124.32 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 204 | 0.31 | 0 | 0.14 | 0.07 | 153.7 | 0.66 | 0.78 |
| Hex | A3 | EC | CC | 1F | 0 | E | 7 | 9A | 42 | 4E |
| Octal | 243 | 354 | 314 | 37 | 0 | 16 | 7 | 232 | 102 | 116 |
| Binary | 10100011 | 11101100 | 11001100 | 11111 | 0 | 1110 | 111 | 10011010 | 1000010 | 1001110 |
Color Harmonies of #A3ECCC
Complementary color
Monochromatic Colors of #A3ECCC
Black with #A3ECCC
Text Example
Text Example
White with #A3ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ECCC; }
p { color: rgb(163,236,204); }
H1.HeaderClassName
{
color: #A3ECCC;
}
.AnyTagClassName
{
color: #A3ECCC;
}
</style>
background-color css
<style>
a { background-color: #A3ECCC; }
a { background-color: rgb(163,236,204); }
div.DivClassName
{
background-color: #A3ECCC;
}
.BgClassName
{
background-color: #A3ECCC;
}
</style>
border-color css
<style>
span { border-color: #A3ECCC; }
span { border-color: rgb(163,236,204); }
td.TdClassName
{
border-color: #A3ECCC;
}
.TagClassName
{
border-color: #A3ECCC;
}
</style>