Shades of Magic Mint #ABFCCF
Tints of Magic Mint #ABFCCF
RGB
CMYK
RGB Variations
Color information
#ABFCCF (or 0xABFCCF) is known color: Magic Mint. HEX triplet: AB, FC and CF. RGB value is (171,252,207). Sum of RGB (Red+Green+Blue) = 171+252+207=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCCF is #540330. Grayscale: #DEDEDE. Windows color (decimal): -5505841 or 13630635. OLE color: 13630635.
HSL color Cylindrical-coordinate representation of color #ABFCCF: hue angle of 146.67º degrees, saturation: 0.93, 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 #ABFCCF is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 252 | 207 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.01 |
| HSL | 146.67º | 0.93% | 0.83% | - |
| HSV(B) | 146.67º | 0.32% | 0.99% | - |
| XYZ | 62.87 | 82.78 | 71.7 | - |
| YUV | 222.65 | 119.16 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 252 | 207 | 0.32 | 0 | 0.18 | 0.01 | 146.67 | 0.93 | 0.83 |
| Hex | AB | FC | CF | 20 | 0 | 12 | 1 | 93 | 5D | 53 |
| Octal | 253 | 374 | 317 | 40 | 0 | 22 | 1 | 223 | 135 | 123 |
| Binary | 10101011 | 11111100 | 11001111 | 100000 | 0 | 10010 | 1 | 10010011 | 1011101 | 1010011 |
Color Harmonies of #ABFCCF
Complementary color
Monochromatic Colors of #ABFCCF
Black with #ABFCCF
Text Example
Text Example
White with #ABFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFCCF; }
p { color: rgb(171,252,207); }
H1.HeaderClassName
{
color: #ABFCCF;
}
.AnyTagClassName
{
color: #ABFCCF;
}
</style>
background-color css
<style>
a { background-color: #ABFCCF; }
a { background-color: rgb(171,252,207); }
div.DivClassName
{
background-color: #ABFCCF;
}
.BgClassName
{
background-color: #ABFCCF;
}
</style>
border-color css
<style>
span { border-color: #ABFCCF; }
span { border-color: rgb(171,252,207); }
td.TdClassName
{
border-color: #ABFCCF;
}
.TagClassName
{
border-color: #ABFCCF;
}
</style>