Shades of Magic Mint #A5E9CB
Tints of Magic Mint #A5E9CB
RGB
CMYK
RGB Variations
Color information
#A5E9CB (or 0xA5E9CB) is known color: Magic Mint. HEX triplet: A5, E9 and CB. RGB value is (165,233,203). Sum of RGB (Red+Green+Blue) = 165+233+203=601 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.45% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E9CB is #5A1634. Grayscale: #D1D1D1. Windows color (decimal): -5903925 or 13363621. OLE color: 13363621.
HSL color Cylindrical-coordinate representation of color #A5E9CB: hue angle of 153.53º 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 #A5E9CB is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 203 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.09 |
| HSL | 153.53º | 0.61% | 0.78% | - |
| HSV(B) | 153.53º | 0.29% | 0.91% | - |
| XYZ | 55.44 | 70.59 | 67.2 | - |
| YUV | 209.25 | 124.47 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 203 | 0.29 | 0 | 0.13 | 0.09 | 153.53 | 0.61 | 0.78 |
| Hex | A5 | E9 | CB | 1D | 0 | D | 9 | 9A | 3D | 4E |
| Octal | 245 | 351 | 313 | 35 | 0 | 15 | 11 | 232 | 75 | 116 |
| Binary | 10100101 | 11101001 | 11001011 | 11101 | 0 | 1101 | 1001 | 10011010 | 111101 | 1001110 |
Color Harmonies of #A5E9CB
Complementary color
Monochromatic Colors of #A5E9CB
Black with #A5E9CB
Text Example
Text Example
White with #A5E9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E9CB; }
p { color: rgb(165,233,203); }
H1.HeaderClassName
{
color: #A5E9CB;
}
.AnyTagClassName
{
color: #A5E9CB;
}
</style>
background-color css
<style>
a { background-color: #A5E9CB; }
a { background-color: rgb(165,233,203); }
div.DivClassName
{
background-color: #A5E9CB;
}
.BgClassName
{
background-color: #A5E9CB;
}
</style>
border-color css
<style>
span { border-color: #A5E9CB; }
span { border-color: rgb(165,233,203); }
td.TdClassName
{
border-color: #A5E9CB;
}
.TagClassName
{
border-color: #A5E9CB;
}
</style>