Shades of Magic Mint #ABECC8
Tints of Magic Mint #ABECC8
RGB
CMYK
RGB Variations
Color information
#ABECC8 (or 0xABECC8) is known color: Magic Mint. HEX triplet: AB, EC and C8. RGB value is (171,236,200). Sum of RGB (Red+Green+Blue) = 171+236+200=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 236 (92.58% from 255 or 38.88% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECC8 is #541337. Grayscale: #D4D4D4. Windows color (decimal): -5509944 or 13167787. OLE color: 13167787.
HSL color Cylindrical-coordinate representation of color #ABECC8: hue angle of 146.77º 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 #ABECC8 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 200 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.07 |
| HSL | 146.77º | 0.63% | 0.8% | - |
| HSV(B) | 146.77º | 0.28% | 0.93% | - |
| XYZ | 57.22 | 72.82 | 65.68 | - |
| YUV | 212.46 | 120.97 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 200 | 0.28 | 0 | 0.15 | 0.07 | 146.77 | 0.63 | 0.8 |
| Hex | AB | EC | C8 | 1C | 0 | F | 7 | 93 | 3F | 50 |
| Octal | 253 | 354 | 310 | 34 | 0 | 17 | 7 | 223 | 77 | 120 |
| Binary | 10101011 | 11101100 | 11001000 | 11100 | 0 | 1111 | 111 | 10010011 | 111111 | 1010000 |
Color Harmonies of #ABECC8
Complementary color
Monochromatic Colors of #ABECC8
Black with #ABECC8
Text Example
Text Example
White with #ABECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECC8; }
p { color: rgb(171,236,200); }
H1.HeaderClassName
{
color: #ABECC8;
}
.AnyTagClassName
{
color: #ABECC8;
}
</style>
background-color css
<style>
a { background-color: #ABECC8; }
a { background-color: rgb(171,236,200); }
div.DivClassName
{
background-color: #ABECC8;
}
.BgClassName
{
background-color: #ABECC8;
}
</style>
border-color css
<style>
span { border-color: #ABECC8; }
span { border-color: rgb(171,236,200); }
td.TdClassName
{
border-color: #ABECC8;
}
.TagClassName
{
border-color: #ABECC8;
}
</style>