Shades of Magic Mint #A5E9CE
Tints of Magic Mint #A5E9CE
RGB
CMYK
RGB Variations
Color information
#A5E9CE (or 0xA5E9CE) is known color: Magic Mint. HEX triplet: A5, E9 and CE. RGB value is (165,233,206). Sum of RGB (Red+Green+Blue) = 165+233+206=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E9CE is #5A1631. Grayscale: #D1D1D1. Windows color (decimal): -5903922 or 13560229. OLE color: 13560229.
HSL color Cylindrical-coordinate representation of color #A5E9CE: hue angle of 156.18º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E9CE is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 206 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.09 |
| HSL | 156.18º | 0.61% | 0.78% | - |
| HSV(B) | 156.18º | 0.29% | 0.91% | - |
| XYZ | 55.8 | 70.73 | 69.1 | - |
| YUV | 209.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 206 | 0.29 | 0 | 0.12 | 0.09 | 156.18 | 0.61 | 0.78 |
| Hex | A5 | E9 | CE | 1D | 0 | C | 9 | 9C | 3D | 4E |
| Octal | 245 | 351 | 316 | 35 | 0 | 14 | 11 | 234 | 75 | 116 |
| Binary | 10100101 | 11101001 | 11001110 | 11101 | 0 | 1100 | 1001 | 10011100 | 111101 | 1001110 |
Color Harmonies of #A5E9CE
Complementary color
Monochromatic Colors of #A5E9CE
Black with #A5E9CE
Text Example
Text Example
White with #A5E9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E9CE; }
p { color: rgb(165,233,206); }
H1.HeaderClassName
{
color: #A5E9CE;
}
.AnyTagClassName
{
color: #A5E9CE;
}
</style>
background-color css
<style>
a { background-color: #A5E9CE; }
a { background-color: rgb(165,233,206); }
div.DivClassName
{
background-color: #A5E9CE;
}
.BgClassName
{
background-color: #A5E9CE;
}
</style>
border-color css
<style>
span { border-color: #A5E9CE; }
span { border-color: rgb(165,233,206); }
td.TdClassName
{
border-color: #A5E9CE;
}
.TagClassName
{
border-color: #A5E9CE;
}
</style>