Shades of Magic Mint #A3ECD2
Tints of Magic Mint #A3ECD2
RGB
CMYK
RGB Variations
Color information
#A3ECD2 (or 0xA3ECD2) is known color: Magic Mint. HEX triplet: A3, EC and D2. RGB value is (163,236,210). Sum of RGB (Red+Green+Blue) = 163+236+210=609 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.77% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3ECD2 is #5C132D. Grayscale: #D3D3D3. Windows color (decimal): -6034222 or 13823139. OLE color: 13823139.
HSL color Cylindrical-coordinate representation of color #A3ECD2: hue angle of 158.63º 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 #A3ECD2 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 236 | 210 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.07 |
| HSL | 158.63º | 0.66% | 0.78% | - |
| HSV(B) | 158.63º | 0.31% | 0.93% | - |
| XYZ | 56.73 | 72.43 | 71.96 | - |
| YUV | 211.21 | 127.32 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 236 | 210 | 0.31 | 0 | 0.11 | 0.07 | 158.63 | 0.66 | 0.78 |
| Hex | A3 | EC | D2 | 1F | 0 | B | 7 | 9F | 42 | 4E |
| Octal | 243 | 354 | 322 | 37 | 0 | 13 | 7 | 237 | 102 | 116 |
| Binary | 10100011 | 11101100 | 11010010 | 11111 | 0 | 1011 | 111 | 10011111 | 1000010 | 1001110 |
Color Harmonies of #A3ECD2
Complementary color
Monochromatic Colors of #A3ECD2
Black with #A3ECD2
Text Example
Text Example
White with #A3ECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3ECD2; }
p { color: rgb(163,236,210); }
H1.HeaderClassName
{
color: #A3ECD2;
}
.AnyTagClassName
{
color: #A3ECD2;
}
</style>
background-color css
<style>
a { background-color: #A3ECD2; }
a { background-color: rgb(163,236,210); }
div.DivClassName
{
background-color: #A3ECD2;
}
.BgClassName
{
background-color: #A3ECD2;
}
</style>
border-color css
<style>
span { border-color: #A3ECD2; }
span { border-color: rgb(163,236,210); }
td.TdClassName
{
border-color: #A3ECD2;
}
.TagClassName
{
border-color: #A3ECD2;
}
</style>