Shades of Magic Mint #A3EECC
Tints of Magic Mint #A3EECC
RGB
CMYK
RGB Variations
Color information
#A3EECC (or 0xA3EECC) is known color: Magic Mint. HEX triplet: A3, EE and CC. RGB value is (163,238,204). Sum of RGB (Red+Green+Blue) = 163+238+204=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #A3EECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EECC is #5C1133. Grayscale: #D3D3D3. Windows color (decimal): -6033716 or 13430435. OLE color: 13430435.
HSL color Cylindrical-coordinate representation of color #A3EECC: hue angle of 152.8º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3EECC is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 238 | 204 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.07 |
| HSL | 152.8º | 0.69% | 0.79% | - |
| HSV(B) | 152.8º | 0.32% | 0.93% | - |
| XYZ | 56.58 | 73.3 | 68.29 | - |
| YUV | 211.7 | 123.65 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 238 | 204 | 0.32 | 0 | 0.14 | 0.07 | 152.8 | 0.69 | 0.79 |
| Hex | A3 | EE | CC | 20 | 0 | E | 7 | 99 | 45 | 4F |
| Octal | 243 | 356 | 314 | 40 | 0 | 16 | 7 | 231 | 105 | 117 |
| Binary | 10100011 | 11101110 | 11001100 | 100000 | 0 | 1110 | 111 | 10011001 | 1000101 | 1001111 |
Color Harmonies of #A3EECC
Complementary color
Monochromatic Colors of #A3EECC
Black with #A3EECC
Text Example
Text Example
White with #A3EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EECC; }
p { color: rgb(163,238,204); }
H1.HeaderClassName
{
color: #A3EECC;
}
.AnyTagClassName
{
color: #A3EECC;
}
</style>
background-color css
<style>
a { background-color: #A3EECC; }
a { background-color: rgb(163,238,204); }
div.DivClassName
{
background-color: #A3EECC;
}
.BgClassName
{
background-color: #A3EECC;
}
</style>
border-color css
<style>
span { border-color: #A3EECC; }
span { border-color: rgb(163,238,204); }
td.TdClassName
{
border-color: #A3EECC;
}
.TagClassName
{
border-color: #A3EECC;
}
</style>