Shades of Fringy Flower #ABEABB
Tints of Fringy Flower #ABEABB
RGB
CMYK
RGB Variations
Color information
#ABEABB (or 0xABEABB) is known color: Fringy Flower. HEX triplet: AB, EA and BB. RGB value is (171,234,187). Sum of RGB (Red+Green+Blue) = 171+234+187=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEABB is #541544. Grayscale: #D1D1D1. Windows color (decimal): -5510469 or 12315307. OLE color: 12315307.
HSL color Cylindrical-coordinate representation of color #ABEABB: hue angle of 135.24º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEABB is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 234 | 187 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.08 |
| HSL | 135.24º | 0.6% | 0.79% | - |
| HSV(B) | 135.24º | 0.27% | 0.92% | - |
| XYZ | 55.19 | 71.09 | 57.83 | - |
| YUV | 209.81 | 115.13 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 234 | 187 | 0.27 | 0 | 0.20 | 0.08 | 135.24 | 0.6 | 0.79 |
| Hex | AB | EA | BB | 1B | 0 | 14 | 8 | 87 | 3C | 4F |
| Octal | 253 | 352 | 273 | 33 | 0 | 24 | 10 | 207 | 74 | 117 |
| Binary | 10101011 | 11101010 | 10111011 | 11011 | 0 | 10100 | 1000 | 10000111 | 111100 | 1001111 |
Color Harmonies of #ABEABB
Complementary color
Monochromatic Colors of #ABEABB
Black with #ABEABB
Text Example
Text Example
White with #ABEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEABB; }
p { color: rgb(171,234,187); }
H1.HeaderClassName
{
color: #ABEABB;
}
.AnyTagClassName
{
color: #ABEABB;
}
</style>
background-color css
<style>
a { background-color: #ABEABB; }
a { background-color: rgb(171,234,187); }
div.DivClassName
{
background-color: #ABEABB;
}
.BgClassName
{
background-color: #ABEABB;
}
</style>
border-color css
<style>
span { border-color: #ABEABB; }
span { border-color: rgb(171,234,187); }
td.TdClassName
{
border-color: #ABEABB;
}
.TagClassName
{
border-color: #ABEABB;
}
</style>