Shades of Magic Mint #ABECD4
Tints of Magic Mint #ABECD4
RGB
CMYK
RGB Variations
Color information
#ABECD4 (or 0xABECD4) is known color: Magic Mint. HEX triplet: AB, EC and D4. RGB value is (171,236,212). Sum of RGB (Red+Green+Blue) = 171+236+212=619 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.63% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECD4 is #54132B. Grayscale: #D5D5D5. Windows color (decimal): -5509932 or 13954219. OLE color: 13954219.
HSL color Cylindrical-coordinate representation of color #ABECD4: hue angle of 157.85º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABECD4 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 212 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.07 |
| HSL | 157.85º | 0.63% | 0.8% | - |
| HSV(B) | 157.85º | 0.28% | 0.93% | - |
| XYZ | 58.67 | 73.4 | 73.36 | - |
| YUV | 213.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 212 | 0.28 | 0 | 0.10 | 0.07 | 157.85 | 0.63 | 0.8 |
| Hex | AB | EC | D4 | 1C | 0 | A | 7 | 9E | 3F | 50 |
| Octal | 253 | 354 | 324 | 34 | 0 | 12 | 7 | 236 | 77 | 120 |
| Binary | 10101011 | 11101100 | 11010100 | 11100 | 0 | 1010 | 111 | 10011110 | 111111 | 1010000 |
Color Harmonies of #ABECD4
Complementary color
Monochromatic Colors of #ABECD4
Black with #ABECD4
Text Example
Text Example
White with #ABECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECD4; }
p { color: rgb(171,236,212); }
H1.HeaderClassName
{
color: #ABECD4;
}
.AnyTagClassName
{
color: #ABECD4;
}
</style>
background-color css
<style>
a { background-color: #ABECD4; }
a { background-color: rgb(171,236,212); }
div.DivClassName
{
background-color: #ABECD4;
}
.BgClassName
{
background-color: #ABECD4;
}
</style>
border-color css
<style>
span { border-color: #ABECD4; }
span { border-color: rgb(171,236,212); }
td.TdClassName
{
border-color: #ABECD4;
}
.TagClassName
{
border-color: #ABECD4;
}
</style>