Shades of Magic Mint #ABE4CE
Tints of Magic Mint #ABE4CE
RGB
CMYK
RGB Variations
Color information
#ABE4CE (or 0xABE4CE) is known color: Magic Mint. HEX triplet: AB, E4 and CE. RGB value is (171,228,206). Sum of RGB (Red+Green+Blue) = 171+228+206=605 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.26% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #ABE4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE4CE is #541B31. Grayscale: #D0D0D0. Windows color (decimal): -5511986 or 13558955. OLE color: 13558955.
HSL color Cylindrical-coordinate representation of color #ABE4CE: hue angle of 156.84º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABE4CE is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 228 | 206 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.11 |
| HSL | 156.84º | 0.51% | 0.78% | - |
| HSV(B) | 156.84º | 0.25% | 0.89% | - |
| XYZ | 55.68 | 68.6 | 68.7 | - |
| YUV | 208.45 | 126.62 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 228 | 206 | 0.25 | 0 | 0.10 | 0.11 | 156.84 | 0.51 | 0.78 |
| Hex | AB | E4 | CE | 19 | 0 | A | B | 9D | 33 | 4E |
| Octal | 253 | 344 | 316 | 31 | 0 | 12 | 13 | 235 | 63 | 116 |
| Binary | 10101011 | 11100100 | 11001110 | 11001 | 0 | 1010 | 1011 | 10011101 | 110011 | 1001110 |
Color Harmonies of #ABE4CE
Complementary color
Monochromatic Colors of #ABE4CE
Black with #ABE4CE
Text Example
Text Example
White with #ABE4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE4CE; }
p { color: rgb(171,228,206); }
H1.HeaderClassName
{
color: #ABE4CE;
}
.AnyTagClassName
{
color: #ABE4CE;
}
</style>
background-color css
<style>
a { background-color: #ABE4CE; }
a { background-color: rgb(171,228,206); }
div.DivClassName
{
background-color: #ABE4CE;
}
.BgClassName
{
background-color: #ABE4CE;
}
</style>
border-color css
<style>
span { border-color: #ABE4CE; }
span { border-color: rgb(171,228,206); }
td.TdClassName
{
border-color: #ABE4CE;
}
.TagClassName
{
border-color: #ABE4CE;
}
</style>