Shades of Magic Mint #A4EDCE
Tints of Magic Mint #A4EDCE
RGB
CMYK
RGB Variations
Color information
#A4EDCE (or 0xA4EDCE) is known color: Magic Mint. HEX triplet: A4, ED and CE. RGB value is (164,237,206). Sum of RGB (Red+Green+Blue) = 164+237+206=607 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.02% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #A4EDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4EDCE is #5B1231. Grayscale: #D3D3D3. Windows color (decimal): -5968434 or 13561252. OLE color: 13561252.
HSL color Cylindrical-coordinate representation of color #A4EDCE: hue angle of 154.52º degrees, saturation: 0.67, 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 #A4EDCE is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 237 | 206 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.07 |
| HSL | 154.52º | 0.67% | 0.79% | - |
| HSV(B) | 154.52º | 0.31% | 0.93% | - |
| XYZ | 56.73 | 72.92 | 69.48 | - |
| YUV | 211.64 | 124.82 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 237 | 206 | 0.31 | 0 | 0.13 | 0.07 | 154.52 | 0.67 | 0.79 |
| Hex | A4 | ED | CE | 1F | 0 | D | 7 | 9B | 43 | 4F |
| Octal | 244 | 355 | 316 | 37 | 0 | 15 | 7 | 233 | 103 | 117 |
| Binary | 10100100 | 11101101 | 11001110 | 11111 | 0 | 1101 | 111 | 10011011 | 1000011 | 1001111 |
Color Harmonies of #A4EDCE
Complementary color
Monochromatic Colors of #A4EDCE
Black with #A4EDCE
Text Example
Text Example
White with #A4EDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EDCE; }
p { color: rgb(164,237,206); }
H1.HeaderClassName
{
color: #A4EDCE;
}
.AnyTagClassName
{
color: #A4EDCE;
}
</style>
background-color css
<style>
a { background-color: #A4EDCE; }
a { background-color: rgb(164,237,206); }
div.DivClassName
{
background-color: #A4EDCE;
}
.BgClassName
{
background-color: #A4EDCE;
}
</style>
border-color css
<style>
span { border-color: #A4EDCE; }
span { border-color: rgb(164,237,206); }
td.TdClassName
{
border-color: #A4EDCE;
}
.TagClassName
{
border-color: #A4EDCE;
}
</style>