Shades of Fringy Flower #ABE2BA
Tints of Fringy Flower #ABE2BA
RGB
CMYK
RGB Variations
Color information
#ABE2BA (or 0xABE2BA) is known color: Fringy Flower. HEX triplet: AB, E2 and BA. RGB value is (171,226,186). Sum of RGB (Red+Green+Blue) = 171+226+186=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE2BA is #541D45. Grayscale: #CDCDCD. Windows color (decimal): -5512518 or 12247723. OLE color: 12247723.
HSL color Cylindrical-coordinate representation of color #ABE2BA: hue angle of 136.36º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE2BA is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 186 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.11 |
| HSL | 136.36º | 0.49% | 0.78% | - |
| HSV(B) | 136.36º | 0.24% | 0.89% | - |
| XYZ | 52.85 | 66.6 | 56.52 | - |
| YUV | 205 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 186 | 0.24 | 0 | 0.18 | 0.11 | 136.36 | 0.49 | 0.78 |
| Hex | AB | E2 | BA | 18 | 0 | 12 | B | 88 | 31 | 4E |
| Octal | 253 | 342 | 272 | 30 | 0 | 22 | 13 | 210 | 61 | 116 |
| Binary | 10101011 | 11100010 | 10111010 | 11000 | 0 | 10010 | 1011 | 10001000 | 110001 | 1001110 |
Color Harmonies of #ABE2BA
Complementary color
Monochromatic Colors of #ABE2BA
Black with #ABE2BA
Text Example
Text Example
White with #ABE2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE2BA; }
p { color: rgb(171,226,186); }
H1.HeaderClassName
{
color: #ABE2BA;
}
.AnyTagClassName
{
color: #ABE2BA;
}
</style>
background-color css
<style>
a { background-color: #ABE2BA; }
a { background-color: rgb(171,226,186); }
div.DivClassName
{
background-color: #ABE2BA;
}
.BgClassName
{
background-color: #ABE2BA;
}
</style>
border-color css
<style>
span { border-color: #ABE2BA; }
span { border-color: rgb(171,226,186); }
td.TdClassName
{
border-color: #ABE2BA;
}
.TagClassName
{
border-color: #ABE2BA;
}
</style>