Shades of Magic Mint #A5EBBF
Tints of Magic Mint #A5EBBF
RGB
CMYK
RGB Variations
Color information
#A5EBBF (or 0xA5EBBF) is known color: Magic Mint. HEX triplet: A5, EB and BF. RGB value is (165,235,191). Sum of RGB (Red+Green+Blue) = 165+235+191=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 191 (75% from 255 or 32.32% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBBF is #5A1440. Grayscale: #D1D1D1. Windows color (decimal): -5903425 or 12577701. OLE color: 12577701.
HSL color Cylindrical-coordinate representation of color #A5EBBF: hue angle of 142.29º 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 #A5EBBF is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 235 | 191 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.08 |
| HSL | 142.29º | 0.64% | 0.78% | - |
| HSV(B) | 142.29º | 0.3% | 0.92% | - |
| XYZ | 54.63 | 71.18 | 60.15 | - |
| YUV | 209.05 | 117.81 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 235 | 191 | 0.30 | 0 | 0.19 | 0.08 | 142.29 | 0.64 | 0.78 |
| Hex | A5 | EB | BF | 1E | 0 | 13 | 8 | 8E | 40 | 4E |
| Octal | 245 | 353 | 277 | 36 | 0 | 23 | 10 | 216 | 100 | 116 |
| Binary | 10100101 | 11101011 | 10111111 | 11110 | 0 | 10011 | 1000 | 10001110 | 1000000 | 1001110 |
Color Harmonies of #A5EBBF
Complementary color
Monochromatic Colors of #A5EBBF
Black with #A5EBBF
Text Example
Text Example
White with #A5EBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EBBF; }
p { color: rgb(165,235,191); }
H1.HeaderClassName
{
color: #A5EBBF;
}
.AnyTagClassName
{
color: #A5EBBF;
}
</style>
background-color css
<style>
a { background-color: #A5EBBF; }
a { background-color: rgb(165,235,191); }
div.DivClassName
{
background-color: #A5EBBF;
}
.BgClassName
{
background-color: #A5EBBF;
}
</style>
border-color css
<style>
span { border-color: #A5EBBF; }
span { border-color: rgb(165,235,191); }
td.TdClassName
{
border-color: #A5EBBF;
}
.TagClassName
{
border-color: #A5EBBF;
}
</style>