Shades of Magic Mint #A5EBCE
Tints of Magic Mint #A5EBCE
RGB
CMYK
RGB Variations
Color information
#A5EBCE (or 0xA5EBCE) is known color: Magic Mint. HEX triplet: A5, EB and CE. RGB value is (165,235,206). Sum of RGB (Red+Green+Blue) = 165+235+206=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBCE is #5A1431. Grayscale: #D2D2D2. Windows color (decimal): -5903410 or 13560741. OLE color: 13560741.
HSL color Cylindrical-coordinate representation of color #A5EBCE: hue angle of 155.14º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5EBCE is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 235 | 206 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.08 |
| HSL | 155.14º | 0.64% | 0.78% | - |
| HSV(B) | 155.14º | 0.3% | 0.92% | - |
| XYZ | 56.37 | 71.87 | 69.29 | - |
| YUV | 210.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 235 | 206 | 0.30 | 0 | 0.12 | 0.08 | 155.14 | 0.64 | 0.78 |
| Hex | A5 | EB | CE | 1E | 0 | C | 8 | 9B | 40 | 4E |
| Octal | 245 | 353 | 316 | 36 | 0 | 14 | 10 | 233 | 100 | 116 |
| Binary | 10100101 | 11101011 | 11001110 | 11110 | 0 | 1100 | 1000 | 10011011 | 1000000 | 1001110 |
Color Harmonies of #A5EBCE
Complementary color
Monochromatic Colors of #A5EBCE
Black with #A5EBCE
Text Example
Text Example
White with #A5EBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EBCE; }
p { color: rgb(165,235,206); }
H1.HeaderClassName
{
color: #A5EBCE;
}
.AnyTagClassName
{
color: #A5EBCE;
}
</style>
background-color css
<style>
a { background-color: #A5EBCE; }
a { background-color: rgb(165,235,206); }
div.DivClassName
{
background-color: #A5EBCE;
}
.BgClassName
{
background-color: #A5EBCE;
}
</style>
border-color css
<style>
span { border-color: #A5EBCE; }
span { border-color: rgb(165,235,206); }
td.TdClassName
{
border-color: #A5EBCE;
}
.TagClassName
{
border-color: #A5EBCE;
}
</style>