Shades of Magic Mint #ABFDCB
Tints of Magic Mint #ABFDCB
RGB
CMYK
RGB Variations
Color information
#ABFDCB (or 0xABFDCB) is known color: Magic Mint. HEX triplet: AB, FD and CB. RGB value is (171,253,203). Sum of RGB (Red+Green+Blue) = 171+253+203=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFDCB is #540234. Grayscale: #DEDEDE. Windows color (decimal): -5505589 or 13368747. OLE color: 13368747.
HSL color Cylindrical-coordinate representation of color #ABFDCB: hue angle of 143.41º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFDCB is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 203 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.01 |
| HSL | 143.41º | 0.95% | 0.83% | - |
| HSV(B) | 143.41º | 0.32% | 0.99% | - |
| XYZ | 62.7 | 83.22 | 69.26 | - |
| YUV | 222.78 | 116.83 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 203 | 0.32 | 0 | 0.20 | 0.01 | 143.41 | 0.95 | 0.83 |
| Hex | AB | FD | CB | 20 | 0 | 14 | 1 | 8F | 5F | 53 |
| Octal | 253 | 375 | 313 | 40 | 0 | 24 | 1 | 217 | 137 | 123 |
| Binary | 10101011 | 11111101 | 11001011 | 100000 | 0 | 10100 | 1 | 10001111 | 1011111 | 1010011 |
Color Harmonies of #ABFDCB
Complementary color
Monochromatic Colors of #ABFDCB
Black with #ABFDCB
Text Example
Text Example
White with #ABFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFDCB; }
p { color: rgb(171,253,203); }
H1.HeaderClassName
{
color: #ABFDCB;
}
.AnyTagClassName
{
color: #ABFDCB;
}
</style>
background-color css
<style>
a { background-color: #ABFDCB; }
a { background-color: rgb(171,253,203); }
div.DivClassName
{
background-color: #ABFDCB;
}
.BgClassName
{
background-color: #ABFDCB;
}
</style>
border-color css
<style>
span { border-color: #ABFDCB; }
span { border-color: rgb(171,253,203); }
td.TdClassName
{
border-color: #ABFDCB;
}
.TagClassName
{
border-color: #ABFDCB;
}
</style>