Shades of Magic Mint #ABFFCB
Tints of Magic Mint #ABFFCB
RGB
CMYK
RGB Variations
Color information
#ABFFCB (or 0xABFFCB) is known color: Magic Mint. HEX triplet: AB, FF and CB. RGB value is (171,255,203). Sum of RGB (Red+Green+Blue) = 171+255+203=629 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.19% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 203 (79.69% from 255 or 32.27% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFCB is #540034. Grayscale: #E0E0E0. Windows color (decimal): -5505077 or 13369259. OLE color: 13369259.
HSL color Cylindrical-coordinate representation of color #ABFFCB: hue angle of 142.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFCB is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 203 | - |
| CMYK | 0.33 | 0 | 0.20 | 0 |
| HSL | 142.86º | 1% | 0.84% | - |
| HSV(B) | 142.86º | 0.33% | 1% | - |
| XYZ | 63.33 | 84.49 | 69.47 | - |
| YUV | 223.96 | 116.17 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 203 | 0.33 | 0 | 0.20 | 0 | 142.86 | 1 | 0.84 |
| Hex | AB | FF | CB | 21 | 0 | 14 | 0 | 8F | 64 | 54 |
| Octal | 253 | 377 | 313 | 41 | 0 | 24 | 0 | 217 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11001011 | 100001 | 0 | 10100 | 0 | 10001111 | 1100100 | 1010100 |
Color Harmonies of #ABFFCB
Complementary color
Monochromatic Colors of #ABFFCB
Black with #ABFFCB
Text Example
Text Example
White with #ABFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFCB; }
p { color: rgb(171,255,203); }
H1.HeaderClassName
{
color: #ABFFCB;
}
.AnyTagClassName
{
color: #ABFFCB;
}
</style>
background-color css
<style>
a { background-color: #ABFFCB; }
a { background-color: rgb(171,255,203); }
div.DivClassName
{
background-color: #ABFFCB;
}
.BgClassName
{
background-color: #ABFFCB;
}
</style>
border-color css
<style>
span { border-color: #ABFFCB; }
span { border-color: rgb(171,255,203); }
td.TdClassName
{
border-color: #ABFFCB;
}
.TagClassName
{
border-color: #ABFFCB;
}
</style>