Shades of Fringy Flower #ABEDB9
Tints of Fringy Flower #ABEDB9
RGB
CMYK
RGB Variations
Color information
#ABEDB9 (or 0xABEDB9) is known color: Fringy Flower. HEX triplet: AB, ED and B9. RGB value is (171,237,185). Sum of RGB (Red+Green+Blue) = 171+237+185=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #ABEDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEDB9 is #541246. Grayscale: #D3D3D3. Windows color (decimal): -5509703 or 12185003. OLE color: 12185003.
HSL color Cylindrical-coordinate representation of color #ABEDB9: hue angle of 132.73º degrees, saturation: 0.65, 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 #ABEDB9 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 237 | 185 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.07 |
| HSL | 132.73º | 0.65% | 0.8% | - |
| HSV(B) | 132.73º | 0.28% | 0.93% | - |
| XYZ | 55.84 | 72.73 | 56.99 | - |
| YUV | 211.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 237 | 185 | 0.28 | 0 | 0.22 | 0.07 | 132.73 | 0.65 | 0.8 |
| Hex | AB | ED | B9 | 1C | 0 | 16 | 7 | 85 | 41 | 50 |
| Octal | 253 | 355 | 271 | 34 | 0 | 26 | 7 | 205 | 101 | 120 |
| Binary | 10101011 | 11101101 | 10111001 | 11100 | 0 | 10110 | 111 | 10000101 | 1000001 | 1010000 |
Color Harmonies of #ABEDB9
Complementary color
Monochromatic Colors of #ABEDB9
Black with #ABEDB9
Text Example
Text Example
White with #ABEDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEDB9; }
p { color: rgb(171,237,185); }
H1.HeaderClassName
{
color: #ABEDB9;
}
.AnyTagClassName
{
color: #ABEDB9;
}
</style>
background-color css
<style>
a { background-color: #ABEDB9; }
a { background-color: rgb(171,237,185); }
div.DivClassName
{
background-color: #ABEDB9;
}
.BgClassName
{
background-color: #ABEDB9;
}
</style>
border-color css
<style>
span { border-color: #ABEDB9; }
span { border-color: rgb(171,237,185); }
td.TdClassName
{
border-color: #ABEDB9;
}
.TagClassName
{
border-color: #ABEDB9;
}
</style>