Shades of Magic Mint #A3ECD3
Tints of Magic Mint #A3ECD3
RGB
CMYK
RGB Variations
Color information
#A3ECD3 (or 0xA3ECD3) is known color: Magic Mint. HEX triplet: A3, EC and D3. RGB value is (163,236,211). Sum of RGB (Red+Green+Blue) = 163+236+211=610 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.72% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3ECD3 is #5C132C. Grayscale: #D3D3D3. Windows color (decimal): -6034221 or 13888675. OLE color: 13888675.
HSL color Cylindrical-coordinate representation of color #A3ECD3: hue angle of 159.45º 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 #A3ECD3 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 211 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.07 |
| HSL | 159.45º | 0.66% | 0.78% | - |
| HSV(B) | 159.45º | 0.31% | 0.93% | - |
| XYZ | 56.86 | 72.48 | 72.62 | - |
| YUV | 211.32 | 127.82 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 211 | 0.31 | 0 | 0.11 | 0.07 | 159.45 | 0.66 | 0.78 |
| Hex | A3 | EC | D3 | 1F | 0 | B | 7 | 9F | 42 | 4E |
| Octal | 243 | 354 | 323 | 37 | 0 | 13 | 7 | 237 | 102 | 116 |
| Binary | 10100011 | 11101100 | 11010011 | 11111 | 0 | 1011 | 111 | 10011111 | 1000010 | 1001110 |
Color Harmonies of #A3ECD3
Complementary color
Monochromatic Colors of #A3ECD3
Black with #A3ECD3
Text Example
Text Example
White with #A3ECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ECD3; }
p { color: rgb(163,236,211); }
H1.HeaderClassName
{
color: #A3ECD3;
}
.AnyTagClassName
{
color: #A3ECD3;
}
</style>
background-color css
<style>
a { background-color: #A3ECD3; }
a { background-color: rgb(163,236,211); }
div.DivClassName
{
background-color: #A3ECD3;
}
.BgClassName
{
background-color: #A3ECD3;
}
</style>
border-color css
<style>
span { border-color: #A3ECD3; }
span { border-color: rgb(163,236,211); }
td.TdClassName
{
border-color: #A3ECD3;
}
.TagClassName
{
border-color: #A3ECD3;
}
</style>