Shades of Magic Mint #ABEFCB
Tints of Magic Mint #ABEFCB
RGB
CMYK
RGB Variations
Color information
#ABEFCB (or 0xABEFCB) is known color: Magic Mint. HEX triplet: AB, EF and CB. RGB value is (171,239,203). Sum of RGB (Red+Green+Blue) = 171+239+203=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEFCB is #541034. Grayscale: #D6D6D6. Windows color (decimal): -5509173 or 13365163. OLE color: 13365163.
HSL color Cylindrical-coordinate representation of color #ABEFCB: hue angle of 148.24º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEFCB is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 239 | 203 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.06 |
| HSL | 148.24º | 0.68% | 0.8% | - |
| HSV(B) | 148.24º | 0.28% | 0.94% | - |
| XYZ | 58.44 | 74.7 | 67.84 | - |
| YUV | 214.56 | 121.47 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 239 | 203 | 0.28 | 0 | 0.15 | 0.06 | 148.24 | 0.68 | 0.8 |
| Hex | AB | EF | CB | 1C | 0 | F | 6 | 94 | 44 | 50 |
| Octal | 253 | 357 | 313 | 34 | 0 | 17 | 6 | 224 | 104 | 120 |
| Binary | 10101011 | 11101111 | 11001011 | 11100 | 0 | 1111 | 110 | 10010100 | 1000100 | 1010000 |
Color Harmonies of #ABEFCB
Complementary color
Monochromatic Colors of #ABEFCB
Black with #ABEFCB
Text Example
Text Example
White with #ABEFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEFCB; }
p { color: rgb(171,239,203); }
H1.HeaderClassName
{
color: #ABEFCB;
}
.AnyTagClassName
{
color: #ABEFCB;
}
</style>
background-color css
<style>
a { background-color: #ABEFCB; }
a { background-color: rgb(171,239,203); }
div.DivClassName
{
background-color: #ABEFCB;
}
.BgClassName
{
background-color: #ABEFCB;
}
</style>
border-color css
<style>
span { border-color: #ABEFCB; }
span { border-color: rgb(171,239,203); }
td.TdClassName
{
border-color: #ABEFCB;
}
.TagClassName
{
border-color: #ABEFCB;
}
</style>