Shades of Magic Mint #A3EBD3
Tints of Magic Mint #A3EBD3
RGB
CMYK
RGB Variations
Color information
#A3EBD3 (or 0xA3EBD3) is known color: Magic Mint. HEX triplet: A3, EB and D3. RGB value is (163,235,211). Sum of RGB (Red+Green+Blue) = 163+235+211=609 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.77% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 211 (82.81% from 255 or 34.65% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #A3EBD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EBD3 is #5C142C. Grayscale: #D2D2D2. Windows color (decimal): -6034477 or 13888419. OLE color: 13888419.
HSL color Cylindrical-coordinate representation of color #A3EBD3: hue angle of 160º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EBD3 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 235 | 211 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.08 |
| HSL | 160º | 0.64% | 0.78% | - |
| HSV(B) | 160º | 0.31% | 0.92% | - |
| XYZ | 56.57 | 71.91 | 72.53 | - |
| YUV | 210.74 | 128.15 | 93.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 235 | 211 | 0.31 | 0 | 0.10 | 0.08 | 160 | 0.64 | 0.78 |
| Hex | A3 | EB | D3 | 1F | 0 | A | 8 | A0 | 40 | 4E |
| Octal | 243 | 353 | 323 | 37 | 0 | 12 | 10 | 240 | 100 | 116 |
| Binary | 10100011 | 11101011 | 11010011 | 11111 | 0 | 1010 | 1000 | 10100000 | 1000000 | 1001110 |
Color Harmonies of #A3EBD3
Complementary color
Monochromatic Colors of #A3EBD3
Black with #A3EBD3
Text Example
Text Example
White with #A3EBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EBD3; }
p { color: rgb(163,235,211); }
H1.HeaderClassName
{
color: #A3EBD3;
}
.AnyTagClassName
{
color: #A3EBD3;
}
</style>
background-color css
<style>
a { background-color: #A3EBD3; }
a { background-color: rgb(163,235,211); }
div.DivClassName
{
background-color: #A3EBD3;
}
.BgClassName
{
background-color: #A3EBD3;
}
</style>
border-color css
<style>
span { border-color: #A3EBD3; }
span { border-color: rgb(163,235,211); }
td.TdClassName
{
border-color: #A3EBD3;
}
.TagClassName
{
border-color: #A3EBD3;
}
</style>