Shades of Fringy Flower #ABE1BB
Tints of Fringy Flower #ABE1BB
RGB
CMYK
RGB Variations
Color information
#ABE1BB (or 0xABE1BB) is known color: Fringy Flower. HEX triplet: AB, E1 and BB. RGB value is (171,225,187). Sum of RGB (Red+Green+Blue) = 171+225+187=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #ABE1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE1BB is #541E44. Grayscale: #CCCCCC. Windows color (decimal): -5512773 or 12313003. OLE color: 12313003.
HSL color Cylindrical-coordinate representation of color #ABE1BB: hue angle of 137.78º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE1BB is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 225 | 187 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.12 |
| HSL | 137.78º | 0.47% | 0.78% | - |
| HSV(B) | 137.78º | 0.24% | 0.88% | - |
| XYZ | 52.69 | 66.1 | 56.99 | - |
| YUV | 204.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 225 | 187 | 0.24 | 0 | 0.17 | 0.12 | 137.78 | 0.47 | 0.78 |
| Hex | AB | E1 | BB | 18 | 0 | 11 | C | 8A | 2F | 4E |
| Octal | 253 | 341 | 273 | 30 | 0 | 21 | 14 | 212 | 57 | 116 |
| Binary | 10101011 | 11100001 | 10111011 | 11000 | 0 | 10001 | 1100 | 10001010 | 101111 | 1001110 |
Color Harmonies of #ABE1BB
Complementary color
Monochromatic Colors of #ABE1BB
Black with #ABE1BB
Text Example
Text Example
White with #ABE1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE1BB; }
p { color: rgb(171,225,187); }
H1.HeaderClassName
{
color: #ABE1BB;
}
.AnyTagClassName
{
color: #ABE1BB;
}
</style>
background-color css
<style>
a { background-color: #ABE1BB; }
a { background-color: rgb(171,225,187); }
div.DivClassName
{
background-color: #ABE1BB;
}
.BgClassName
{
background-color: #ABE1BB;
}
</style>
border-color css
<style>
span { border-color: #ABE1BB; }
span { border-color: rgb(171,225,187); }
td.TdClassName
{
border-color: #ABE1BB;
}
.TagClassName
{
border-color: #ABE1BB;
}
</style>