Shades of Magic Mint #A3EECE
Tints of Magic Mint #A3EECE
RGB
CMYK
RGB Variations
Color information
#A3EECE (or 0xA3EECE) is known color: Magic Mint. HEX triplet: A3, EE and CE. RGB value is (163,238,206). Sum of RGB (Red+Green+Blue) = 163+238+206=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #A3EECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EECE is #5C1131. Grayscale: #D3D3D3. Windows color (decimal): -6033714 or 13561507. OLE color: 13561507.
HSL color Cylindrical-coordinate representation of color #A3EECE: hue angle of 154.4º 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 #A3EECE is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 238 | 206 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.07 |
| HSL | 154.4º | 0.69% | 0.79% | - |
| HSV(B) | 154.4º | 0.32% | 0.93% | - |
| XYZ | 56.82 | 73.39 | 69.56 | - |
| YUV | 211.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 238 | 206 | 0.32 | 0 | 0.13 | 0.07 | 154.4 | 0.69 | 0.79 |
| Hex | A3 | EE | CE | 20 | 0 | D | 7 | 9A | 45 | 4F |
| Octal | 243 | 356 | 316 | 40 | 0 | 15 | 7 | 232 | 105 | 117 |
| Binary | 10100011 | 11101110 | 11001110 | 100000 | 0 | 1101 | 111 | 10011010 | 1000101 | 1001111 |
Color Harmonies of #A3EECE
Complementary color
Monochromatic Colors of #A3EECE
Black with #A3EECE
Text Example
Text Example
White with #A3EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EECE; }
p { color: rgb(163,238,206); }
H1.HeaderClassName
{
color: #A3EECE;
}
.AnyTagClassName
{
color: #A3EECE;
}
</style>
background-color css
<style>
a { background-color: #A3EECE; }
a { background-color: rgb(163,238,206); }
div.DivClassName
{
background-color: #A3EECE;
}
.BgClassName
{
background-color: #A3EECE;
}
</style>
border-color css
<style>
span { border-color: #A3EECE; }
span { border-color: rgb(163,238,206); }
td.TdClassName
{
border-color: #A3EECE;
}
.TagClassName
{
border-color: #A3EECE;
}
</style>