Shades of Magic Mint #ABFBCB
Tints of Magic Mint #ABFBCB
RGB
CMYK
RGB Variations
Color information
#ABFBCB (or 0xABFBCB) is known color: Magic Mint. HEX triplet: AB, FB and CB. RGB value is (171,251,203). Sum of RGB (Red+Green+Blue) = 171+251+203=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBCB is #540434. Grayscale: #DDDDDD. Windows color (decimal): -5506101 or 13368235. OLE color: 13368235.
HSL color Cylindrical-coordinate representation of color #ABFBCB: hue angle of 144º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFBCB is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 203 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.02 |
| HSL | 144º | 0.91% | 0.83% | - |
| HSV(B) | 144º | 0.32% | 0.98% | - |
| XYZ | 62.07 | 81.96 | 69.05 | - |
| YUV | 221.61 | 117.5 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 203 | 0.32 | 0 | 0.19 | 0.02 | 144 | 0.91 | 0.83 |
| Hex | AB | FB | CB | 20 | 0 | 13 | 2 | 90 | 5B | 53 |
| Octal | 253 | 373 | 313 | 40 | 0 | 23 | 2 | 220 | 133 | 123 |
| Binary | 10101011 | 11111011 | 11001011 | 100000 | 0 | 10011 | 10 | 10010000 | 1011011 | 1010011 |
Color Harmonies of #ABFBCB
Complementary color
Monochromatic Colors of #ABFBCB
Black with #ABFBCB
Text Example
Text Example
White with #ABFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFBCB; }
p { color: rgb(171,251,203); }
H1.HeaderClassName
{
color: #ABFBCB;
}
.AnyTagClassName
{
color: #ABFBCB;
}
</style>
background-color css
<style>
a { background-color: #ABFBCB; }
a { background-color: rgb(171,251,203); }
div.DivClassName
{
background-color: #ABFBCB;
}
.BgClassName
{
background-color: #ABFBCB;
}
</style>
border-color css
<style>
span { border-color: #ABFBCB; }
span { border-color: rgb(171,251,203); }
td.TdClassName
{
border-color: #ABFBCB;
}
.TagClassName
{
border-color: #ABFBCB;
}
</style>