Shades of Fringy Flower #ABF0C1
Tints of Fringy Flower #ABF0C1
RGB
CMYK
RGB Variations
Color information
#ABF0C1 (or 0xABF0C1) is known color: Fringy Flower. HEX triplet: AB, F0 and C1. RGB value is (171,240,193). Sum of RGB (Red+Green+Blue) = 171+240+193=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0C1 is #540F3E. Grayscale: #D6D6D6. Windows color (decimal): -5508927 or 12710059. OLE color: 12710059.
HSL color Cylindrical-coordinate representation of color #ABF0C1: hue angle of 139.13º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0C1 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 193 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.06 |
| HSL | 139.13º | 0.7% | 0.81% | - |
| HSV(B) | 139.13º | 0.29% | 0.94% | - |
| XYZ | 57.58 | 74.83 | 61.86 | - |
| YUV | 214.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 193 | 0.29 | 0 | 0.20 | 0.06 | 139.13 | 0.7 | 0.81 |
| Hex | AB | F0 | C1 | 1D | 0 | 14 | 6 | 8B | 46 | 51 |
| Octal | 253 | 360 | 301 | 35 | 0 | 24 | 6 | 213 | 106 | 121 |
| Binary | 10101011 | 11110000 | 11000001 | 11101 | 0 | 10100 | 110 | 10001011 | 1000110 | 1010001 |
Color Harmonies of #ABF0C1
Complementary color
Monochromatic Colors of #ABF0C1
Black with #ABF0C1
Text Example
Text Example
White with #ABF0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0C1; }
p { color: rgb(171,240,193); }
H1.HeaderClassName
{
color: #ABF0C1;
}
.AnyTagClassName
{
color: #ABF0C1;
}
</style>
background-color css
<style>
a { background-color: #ABF0C1; }
a { background-color: rgb(171,240,193); }
div.DivClassName
{
background-color: #ABF0C1;
}
.BgClassName
{
background-color: #ABF0C1;
}
</style>
border-color css
<style>
span { border-color: #ABF0C1; }
span { border-color: rgb(171,240,193); }
td.TdClassName
{
border-color: #ABF0C1;
}
.TagClassName
{
border-color: #ABF0C1;
}
</style>