Shades of Fringy Flower #ABECB6
Tints of Fringy Flower #ABECB6
RGB
CMYK
RGB Variations
Color information
#ABECB6 (or 0xABECB6) is known color: Fringy Flower. HEX triplet: AB, EC and B6. RGB value is (171,236,182). Sum of RGB (Red+Green+Blue) = 171+236+182=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECB6 is #541349. Grayscale: #D2D2D2. Windows color (decimal): -5509962 or 11988139. OLE color: 11988139.
HSL color Cylindrical-coordinate representation of color #ABECB6: hue angle of 130.15º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABECB6 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 236 | 182 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.07 |
| HSL | 130.15º | 0.63% | 0.8% | - |
| HSV(B) | 130.15º | 0.28% | 0.93% | - |
| XYZ | 55.23 | 72.03 | 55.25 | - |
| YUV | 210.41 | 111.97 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 236 | 182 | 0.28 | 0 | 0.23 | 0.07 | 130.15 | 0.63 | 0.8 |
| Hex | AB | EC | B6 | 1C | 0 | 17 | 7 | 82 | 3F | 50 |
| Octal | 253 | 354 | 266 | 34 | 0 | 27 | 7 | 202 | 77 | 120 |
| Binary | 10101011 | 11101100 | 10110110 | 11100 | 0 | 10111 | 111 | 10000010 | 111111 | 1010000 |
Color Harmonies of #ABECB6
Complementary color
Monochromatic Colors of #ABECB6
Black with #ABECB6
Text Example
Text Example
White with #ABECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABECB6; }
p { color: rgb(171,236,182); }
H1.HeaderClassName
{
color: #ABECB6;
}
.AnyTagClassName
{
color: #ABECB6;
}
</style>
background-color css
<style>
a { background-color: #ABECB6; }
a { background-color: rgb(171,236,182); }
div.DivClassName
{
background-color: #ABECB6;
}
.BgClassName
{
background-color: #ABECB6;
}
</style>
border-color css
<style>
span { border-color: #ABECB6; }
span { border-color: rgb(171,236,182); }
td.TdClassName
{
border-color: #ABECB6;
}
.TagClassName
{
border-color: #ABECB6;
}
</style>