Shades of Magic Mint #A3EECA
Tints of Magic Mint #A3EECA
RGB
CMYK
RGB Variations
Color information
#A3EECA (or 0xA3EECA) is known color: Magic Mint. HEX triplet: A3, EE and CA. RGB value is (163,238,202). Sum of RGB (Red+Green+Blue) = 163+238+202=603 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.03% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #A3EECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EECA is #5C1135. Grayscale: #D3D3D3. Windows color (decimal): -6033718 or 13299363. OLE color: 13299363.
HSL color Cylindrical-coordinate representation of color #A3EECA: hue angle of 151.2º 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 #A3EECA is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 238 | 202 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.07 |
| HSL | 151.2º | 0.69% | 0.79% | - |
| HSV(B) | 151.2º | 0.32% | 0.93% | - |
| XYZ | 56.34 | 73.2 | 67.04 | - |
| YUV | 211.47 | 122.65 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 238 | 202 | 0.32 | 0 | 0.15 | 0.07 | 151.2 | 0.69 | 0.79 |
| Hex | A3 | EE | CA | 20 | 0 | F | 7 | 97 | 45 | 4F |
| Octal | 243 | 356 | 312 | 40 | 0 | 17 | 7 | 227 | 105 | 117 |
| Binary | 10100011 | 11101110 | 11001010 | 100000 | 0 | 1111 | 111 | 10010111 | 1000101 | 1001111 |
Color Harmonies of #A3EECA
Complementary color
Monochromatic Colors of #A3EECA
Black with #A3EECA
Text Example
Text Example
White with #A3EECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EECA; }
p { color: rgb(163,238,202); }
H1.HeaderClassName
{
color: #A3EECA;
}
.AnyTagClassName
{
color: #A3EECA;
}
</style>
background-color css
<style>
a { background-color: #A3EECA; }
a { background-color: rgb(163,238,202); }
div.DivClassName
{
background-color: #A3EECA;
}
.BgClassName
{
background-color: #A3EECA;
}
</style>
border-color css
<style>
span { border-color: #A3EECA; }
span { border-color: rgb(163,238,202); }
td.TdClassName
{
border-color: #A3EECA;
}
.TagClassName
{
border-color: #A3EECA;
}
</style>