Shades of Magic Mint #A3EDCD
Tints of Magic Mint #A3EDCD
RGB
CMYK
RGB Variations
Color information
#A3EDCD (or 0xA3EDCD) is known color: Magic Mint. HEX triplet: A3, ED and CD. RGB value is (163,237,205). Sum of RGB (Red+Green+Blue) = 163+237+205=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EDCD is #5C1232. Grayscale: #D3D3D3. Windows color (decimal): -6033971 or 13495715. OLE color: 13495715.
HSL color Cylindrical-coordinate representation of color #A3EDCD: hue angle of 154.05º degrees, saturation: 0.67, 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 #A3EDCD is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 237 | 205 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.07 |
| HSL | 154.05º | 0.67% | 0.78% | - |
| HSV(B) | 154.05º | 0.31% | 0.93% | - |
| XYZ | 56.41 | 72.76 | 68.83 | - |
| YUV | 211.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 237 | 205 | 0.31 | 0 | 0.14 | 0.07 | 154.05 | 0.67 | 0.78 |
| Hex | A3 | ED | CD | 1F | 0 | E | 7 | 9A | 43 | 4E |
| Octal | 243 | 355 | 315 | 37 | 0 | 16 | 7 | 232 | 103 | 116 |
| Binary | 10100011 | 11101101 | 11001101 | 11111 | 0 | 1110 | 111 | 10011010 | 1000011 | 1001110 |
Color Harmonies of #A3EDCD
Complementary color
Monochromatic Colors of #A3EDCD
Black with #A3EDCD
Text Example
Text Example
White with #A3EDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EDCD; }
p { color: rgb(163,237,205); }
H1.HeaderClassName
{
color: #A3EDCD;
}
.AnyTagClassName
{
color: #A3EDCD;
}
</style>
background-color css
<style>
a { background-color: #A3EDCD; }
a { background-color: rgb(163,237,205); }
div.DivClassName
{
background-color: #A3EDCD;
}
.BgClassName
{
background-color: #A3EDCD;
}
</style>
border-color css
<style>
span { border-color: #A3EDCD; }
span { border-color: rgb(163,237,205); }
td.TdClassName
{
border-color: #A3EDCD;
}
.TagClassName
{
border-color: #A3EDCD;
}
</style>