Shades of Magic Mint #ABFFCF
Tints of Magic Mint #ABFFCF
RGB
CMYK
RGB Variations
Color information
#ABFFCF (or 0xABFFCF) is known color: Magic Mint. HEX triplet: AB, FF and CF. RGB value is (171,255,207). Sum of RGB (Red+Green+Blue) = 171+255+207=633 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.01% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFCF is #540030. Grayscale: #E0E0E0. Windows color (decimal): -5505073 or 13631403. OLE color: 13631403.
HSL color Cylindrical-coordinate representation of color #ABFFCF: hue angle of 145.71º 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 #ABFFCF is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 207 | - |
| CMYK | 0.33 | 0 | 0.19 | 0 |
| HSL | 145.71º | 1% | 0.84% | - |
| HSV(B) | 145.71º | 0.33% | 1% | - |
| XYZ | 63.82 | 84.68 | 72.01 | - |
| YUV | 224.41 | 118.17 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 207 | 0.33 | 0 | 0.19 | 0 | 145.71 | 1 | 0.84 |
| Hex | AB | FF | CF | 21 | 0 | 13 | 0 | 92 | 64 | 54 |
| Octal | 253 | 377 | 317 | 41 | 0 | 23 | 0 | 222 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11001111 | 100001 | 0 | 10011 | 0 | 10010010 | 1100100 | 1010100 |
Color Harmonies of #ABFFCF
Complementary color
Monochromatic Colors of #ABFFCF
Black with #ABFFCF
Text Example
Text Example
White with #ABFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFCF; }
p { color: rgb(171,255,207); }
H1.HeaderClassName
{
color: #ABFFCF;
}
.AnyTagClassName
{
color: #ABFFCF;
}
</style>
background-color css
<style>
a { background-color: #ABFFCF; }
a { background-color: rgb(171,255,207); }
div.DivClassName
{
background-color: #ABFFCF;
}
.BgClassName
{
background-color: #ABFFCF;
}
</style>
border-color css
<style>
span { border-color: #ABFFCF; }
span { border-color: rgb(171,255,207); }
td.TdClassName
{
border-color: #ABFFCF;
}
.TagClassName
{
border-color: #ABFFCF;
}
</style>