Shades of Fringy Flower #ABFFC0
Tints of Fringy Flower #ABFFC0
RGB
CMYK
RGB Variations
Color information
#ABFFC0 (or 0xABFFC0) is known color: Fringy Flower. HEX triplet: AB, FF and C0. RGB value is (171,255,192). Sum of RGB (Red+Green+Blue) = 171+255+192=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFFC0 is #54003F. Grayscale: #DEDEDE. Windows color (decimal): -5505088 or 12648363. OLE color: 12648363.
HSL color Cylindrical-coordinate representation of color #ABFFC0: hue angle of 135º 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 #ABFFC0 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 192 | - |
| CMYK | 0.33 | 0 | 0.25 | 0 |
| HSL | 135º | 1% | 0.84% | - |
| HSV(B) | 135º | 0.33% | 1% | - |
| XYZ | 62.07 | 83.98 | 62.81 | - |
| YUV | 222.7 | 110.67 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 192 | 0.33 | 0 | 0.25 | 0 | 135 | 1 | 0.84 |
| Hex | AB | FF | C0 | 21 | 0 | 19 | 0 | 87 | 64 | 54 |
| Octal | 253 | 377 | 300 | 41 | 0 | 31 | 0 | 207 | 144 | 124 |
| Binary | 10101011 | 11111111 | 11000000 | 100001 | 0 | 11001 | 0 | 10000111 | 1100100 | 1010100 |
Color Harmonies of #ABFFC0
Complementary color
Monochromatic Colors of #ABFFC0
Black with #ABFFC0
Text Example
Text Example
White with #ABFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFFC0; }
p { color: rgb(171,255,192); }
H1.HeaderClassName
{
color: #ABFFC0;
}
.AnyTagClassName
{
color: #ABFFC0;
}
</style>
background-color css
<style>
a { background-color: #ABFFC0; }
a { background-color: rgb(171,255,192); }
div.DivClassName
{
background-color: #ABFFC0;
}
.BgClassName
{
background-color: #ABFFC0;
}
</style>
border-color css
<style>
span { border-color: #ABFFC0; }
span { border-color: rgb(171,255,192); }
td.TdClassName
{
border-color: #ABFFC0;
}
.TagClassName
{
border-color: #ABFFC0;
}
</style>