Shades of Magic Mint #A4EED0
Tints of Magic Mint #A4EED0
RGB
CMYK
RGB Variations
Color information
#A4EED0 (or 0xA4EED0) is known color: Magic Mint. HEX triplet: A4, EE and D0. RGB value is (164,238,208). Sum of RGB (Red+Green+Blue) = 164+238+208=610 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.89% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #A4EED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EED0 is #5B112F. Grayscale: #D4D4D4. Windows color (decimal): -5968176 or 13692580. OLE color: 13692580.
HSL color Cylindrical-coordinate representation of color #A4EED0: hue angle of 155.68º 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 #A4EED0 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 238 | 208 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.07 |
| HSL | 155.68º | 0.69% | 0.79% | - |
| HSV(B) | 155.68º | 0.31% | 0.93% | - |
| XYZ | 57.27 | 73.6 | 70.86 | - |
| YUV | 212.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 238 | 208 | 0.31 | 0 | 0.13 | 0.07 | 155.68 | 0.69 | 0.79 |
| Hex | A4 | EE | D0 | 1F | 0 | D | 7 | 9C | 45 | 4F |
| Octal | 244 | 356 | 320 | 37 | 0 | 15 | 7 | 234 | 105 | 117 |
| Binary | 10100100 | 11101110 | 11010000 | 11111 | 0 | 1101 | 111 | 10011100 | 1000101 | 1001111 |
Color Harmonies of #A4EED0
Complementary color
Monochromatic Colors of #A4EED0
Black with #A4EED0
Text Example
Text Example
White with #A4EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EED0; }
p { color: rgb(164,238,208); }
H1.HeaderClassName
{
color: #A4EED0;
}
.AnyTagClassName
{
color: #A4EED0;
}
</style>
background-color css
<style>
a { background-color: #A4EED0; }
a { background-color: rgb(164,238,208); }
div.DivClassName
{
background-color: #A4EED0;
}
.BgClassName
{
background-color: #A4EED0;
}
</style>
border-color css
<style>
span { border-color: #A4EED0; }
span { border-color: rgb(164,238,208); }
td.TdClassName
{
border-color: #A4EED0;
}
.TagClassName
{
border-color: #A4EED0;
}
</style>