Shades of Magic Mint #A3EECB
Tints of Magic Mint #A3EECB
RGB
CMYK
RGB Variations
Color information
#A3EECB (or 0xA3EECB) is known color: Magic Mint. HEX triplet: A3, EE and CB. RGB value is (163,238,203). Sum of RGB (Red+Green+Blue) = 163+238+203=604 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.99% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #A3EECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EECB is #5C1134. Grayscale: #D3D3D3. Windows color (decimal): -6033717 or 13364899. OLE color: 13364899.
HSL color Cylindrical-coordinate representation of color #A3EECB: hue angle of 152º 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 #A3EECB is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 238 | 203 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.07 |
| HSL | 152º | 0.69% | 0.79% | - |
| HSV(B) | 152º | 0.32% | 0.93% | - |
| XYZ | 56.46 | 73.25 | 67.66 | - |
| YUV | 211.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 238 | 203 | 0.32 | 0 | 0.15 | 0.07 | 152 | 0.69 | 0.79 |
| Hex | A3 | EE | CB | 20 | 0 | F | 7 | 98 | 45 | 4F |
| Octal | 243 | 356 | 313 | 40 | 0 | 17 | 7 | 230 | 105 | 117 |
| Binary | 10100011 | 11101110 | 11001011 | 100000 | 0 | 1111 | 111 | 10011000 | 1000101 | 1001111 |
Color Harmonies of #A3EECB
Complementary color
Monochromatic Colors of #A3EECB
Black with #A3EECB
Text Example
Text Example
White with #A3EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EECB; }
p { color: rgb(163,238,203); }
H1.HeaderClassName
{
color: #A3EECB;
}
.AnyTagClassName
{
color: #A3EECB;
}
</style>
background-color css
<style>
a { background-color: #A3EECB; }
a { background-color: rgb(163,238,203); }
div.DivClassName
{
background-color: #A3EECB;
}
.BgClassName
{
background-color: #A3EECB;
}
</style>
border-color css
<style>
span { border-color: #A3EECB; }
span { border-color: rgb(163,238,203); }
td.TdClassName
{
border-color: #A3EECB;
}
.TagClassName
{
border-color: #A3EECB;
}
</style>