Shades of Fringy Flower #ABF0B8
Tints of Fringy Flower #ABF0B8
RGB
CMYK
RGB Variations
Color information
#ABF0B8 (or 0xABF0B8) is known color: Fringy Flower. HEX triplet: AB, F0 and B8. RGB value is (171,240,184). Sum of RGB (Red+Green+Blue) = 171+240+184=595 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.74% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 184 (72.27% from 255 or 30.92% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF0B8 is #540F47. Grayscale: #D5D5D5. Windows color (decimal): -5508936 or 12120235. OLE color: 12120235.
HSL color Cylindrical-coordinate representation of color #ABF0B8: hue angle of 131.3º 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 #ABF0B8 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 240 | 184 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.06 |
| HSL | 131.3º | 0.7% | 0.81% | - |
| HSV(B) | 131.3º | 0.29% | 0.94% | - |
| XYZ | 56.61 | 74.44 | 56.73 | - |
| YUV | 212.99 | 111.64 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 240 | 184 | 0.29 | 0 | 0.23 | 0.06 | 131.3 | 0.7 | 0.81 |
| Hex | AB | F0 | B8 | 1D | 0 | 17 | 6 | 83 | 46 | 51 |
| Octal | 253 | 360 | 270 | 35 | 0 | 27 | 6 | 203 | 106 | 121 |
| Binary | 10101011 | 11110000 | 10111000 | 11101 | 0 | 10111 | 110 | 10000011 | 1000110 | 1010001 |
Color Harmonies of #ABF0B8
Complementary color
Monochromatic Colors of #ABF0B8
Black with #ABF0B8
Text Example
Text Example
White with #ABF0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF0B8; }
p { color: rgb(171,240,184); }
H1.HeaderClassName
{
color: #ABF0B8;
}
.AnyTagClassName
{
color: #ABF0B8;
}
</style>
background-color css
<style>
a { background-color: #ABF0B8; }
a { background-color: rgb(171,240,184); }
div.DivClassName
{
background-color: #ABF0B8;
}
.BgClassName
{
background-color: #ABF0B8;
}
</style>
border-color css
<style>
span { border-color: #ABF0B8; }
span { border-color: rgb(171,240,184); }
td.TdClassName
{
border-color: #ABF0B8;
}
.TagClassName
{
border-color: #ABF0B8;
}
</style>