Shades of Magic Mint #A4EED5
Tints of Magic Mint #A4EED5
RGB
CMYK
RGB Variations
Color information
#A4EED5 (or 0xA4EED5) is known color: Magic Mint. HEX triplet: A4, EE and D5. RGB value is (164,238,213). Sum of RGB (Red+Green+Blue) = 164+238+213=615 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.67% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 213 (83.59% from 255 or 34.63% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EED5 is #5B112A. Grayscale: #D5D5D5. Windows color (decimal): -5968171 or 14020260. OLE color: 14020260.
HSL color Cylindrical-coordinate representation of color #A4EED5: hue angle of 159.73º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EED5 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 238 | 213 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.07 |
| HSL | 159.73º | 0.69% | 0.79% | - |
| HSV(B) | 159.73º | 0.31% | 0.93% | - |
| XYZ | 57.89 | 73.85 | 74.15 | - |
| YUV | 213.02 | 127.98 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 238 | 213 | 0.31 | 0 | 0.11 | 0.07 | 159.73 | 0.69 | 0.79 |
| Hex | A4 | EE | D5 | 1F | 0 | B | 7 | A0 | 45 | 4F |
| Octal | 244 | 356 | 325 | 37 | 0 | 13 | 7 | 240 | 105 | 117 |
| Binary | 10100100 | 11101110 | 11010101 | 11111 | 0 | 1011 | 111 | 10100000 | 1000101 | 1001111 |
Color Harmonies of #A4EED5
Complementary color
Monochromatic Colors of #A4EED5
Black with #A4EED5
Text Example
Text Example
White with #A4EED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EED5; }
p { color: rgb(164,238,213); }
H1.HeaderClassName
{
color: #A4EED5;
}
.AnyTagClassName
{
color: #A4EED5;
}
</style>
background-color css
<style>
a { background-color: #A4EED5; }
a { background-color: rgb(164,238,213); }
div.DivClassName
{
background-color: #A4EED5;
}
.BgClassName
{
background-color: #A4EED5;
}
</style>
border-color css
<style>
span { border-color: #A4EED5; }
span { border-color: rgb(164,238,213); }
td.TdClassName
{
border-color: #A4EED5;
}
.TagClassName
{
border-color: #A4EED5;
}
</style>