Shades of Fringy Flower #ABF3BB
Tints of Fringy Flower #ABF3BB
RGB
CMYK
RGB Variations
Color information
#ABF3BB (or 0xABF3BB) is known color: Fringy Flower. HEX triplet: AB, F3 and BB. RGB value is (171,243,187). Sum of RGB (Red+Green+Blue) = 171+243+187=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 243 (95.31% from 255 or 40.43% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF3BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF3BB is #540C44. Grayscale: #D7D7D7. Windows color (decimal): -5508165 or 12317611. OLE color: 12317611.
HSL color Cylindrical-coordinate representation of color #ABF3BB: hue angle of 133.33º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABF3BB is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 243 | 187 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.05 |
| HSL | 133.33º | 0.75% | 0.81% | - |
| HSV(B) | 133.33º | 0.3% | 0.95% | - |
| XYZ | 57.81 | 76.35 | 58.7 | - |
| YUV | 215.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 243 | 187 | 0.30 | 0 | 0.23 | 0.05 | 133.33 | 0.75 | 0.81 |
| Hex | AB | F3 | BB | 1E | 0 | 17 | 5 | 85 | 4B | 51 |
| Octal | 253 | 363 | 273 | 36 | 0 | 27 | 5 | 205 | 113 | 121 |
| Binary | 10101011 | 11110011 | 10111011 | 11110 | 0 | 10111 | 101 | 10000101 | 1001011 | 1010001 |
Color Harmonies of #ABF3BB
Complementary color
Monochromatic Colors of #ABF3BB
Black with #ABF3BB
Text Example
Text Example
White with #ABF3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF3BB; }
p { color: rgb(171,243,187); }
H1.HeaderClassName
{
color: #ABF3BB;
}
.AnyTagClassName
{
color: #ABF3BB;
}
</style>
background-color css
<style>
a { background-color: #ABF3BB; }
a { background-color: rgb(171,243,187); }
div.DivClassName
{
background-color: #ABF3BB;
}
.BgClassName
{
background-color: #ABF3BB;
}
</style>
border-color css
<style>
span { border-color: #ABF3BB; }
span { border-color: rgb(171,243,187); }
td.TdClassName
{
border-color: #ABF3BB;
}
.TagClassName
{
border-color: #ABF3BB;
}
</style>