Shades of Magic Mint #A5EBCC
Tints of Magic Mint #A5EBCC
RGB
CMYK
RGB Variations
Color information
#A5EBCC (or 0xA5EBCC) is known color: Magic Mint. HEX triplet: A5, EB and CC. RGB value is (165,235,204). Sum of RGB (Red+Green+Blue) = 165+235+204=604 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.32% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #A5EBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EBCC is #5A1433. Grayscale: #D2D2D2. Windows color (decimal): -5903412 or 13429669. OLE color: 13429669.
HSL color Cylindrical-coordinate representation of color #A5EBCC: hue angle of 153.43º 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 #A5EBCC is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 235 | 204 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.08 |
| HSL | 153.43º | 0.64% | 0.78% | - |
| HSV(B) | 153.43º | 0.3% | 0.92% | - |
| XYZ | 56.12 | 71.78 | 68.02 | - |
| YUV | 210.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 235 | 204 | 0.30 | 0 | 0.13 | 0.08 | 153.43 | 0.64 | 0.78 |
| Hex | A5 | EB | CC | 1E | 0 | D | 8 | 99 | 40 | 4E |
| Octal | 245 | 353 | 314 | 36 | 0 | 15 | 10 | 231 | 100 | 116 |
| Binary | 10100101 | 11101011 | 11001100 | 11110 | 0 | 1101 | 1000 | 10011001 | 1000000 | 1001110 |
Color Harmonies of #A5EBCC
Complementary color
Monochromatic Colors of #A5EBCC
Black with #A5EBCC
Text Example
Text Example
White with #A5EBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EBCC; }
p { color: rgb(165,235,204); }
H1.HeaderClassName
{
color: #A5EBCC;
}
.AnyTagClassName
{
color: #A5EBCC;
}
</style>
background-color css
<style>
a { background-color: #A5EBCC; }
a { background-color: rgb(165,235,204); }
div.DivClassName
{
background-color: #A5EBCC;
}
.BgClassName
{
background-color: #A5EBCC;
}
</style>
border-color css
<style>
span { border-color: #A5EBCC; }
span { border-color: rgb(165,235,204); }
td.TdClassName
{
border-color: #A5EBCC;
}
.TagClassName
{
border-color: #A5EBCC;
}
</style>