Shades of Fringy Flower #ABD9B6
Tints of Fringy Flower #ABD9B6
RGB
CMYK
RGB Variations
Color information
#ABD9B6 (or 0xABD9B6) is known color: Fringy Flower. HEX triplet: AB, D9 and B6. RGB value is (171,217,182). Sum of RGB (Red+Green+Blue) = 171+217+182=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 182 (71.48% from 255 or 31.93% from 570); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD9B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD9B6 is #542649. Grayscale: #C7C7C7. Windows color (decimal): -5514826 or 11983275. OLE color: 11983275.
HSL color Cylindrical-coordinate representation of color #ABD9B6: hue angle of 134.35º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABD9B6 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 217 | 182 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.15 |
| HSL | 134.35º | 0.38% | 0.76% | - |
| HSV(B) | 134.35º | 0.21% | 0.85% | - |
| XYZ | 50.05 | 61.66 | 53.52 | - |
| YUV | 199.26 | 118.26 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 217 | 182 | 0.21 | 0 | 0.16 | 0.15 | 134.35 | 0.38 | 0.76 |
| Hex | AB | D9 | B6 | 15 | 0 | 10 | F | 86 | 26 | 4C |
| Octal | 253 | 331 | 266 | 25 | 0 | 20 | 17 | 206 | 46 | 114 |
| Binary | 10101011 | 11011001 | 10110110 | 10101 | 0 | 10000 | 1111 | 10000110 | 100110 | 1001100 |
Color Harmonies of #ABD9B6
Complementary color
Monochromatic Colors of #ABD9B6
Black with #ABD9B6
Text Example
Text Example
White with #ABD9B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD9B6; }
p { color: rgb(171,217,182); }
H1.HeaderClassName
{
color: #ABD9B6;
}
.AnyTagClassName
{
color: #ABD9B6;
}
</style>
background-color css
<style>
a { background-color: #ABD9B6; }
a { background-color: rgb(171,217,182); }
div.DivClassName
{
background-color: #ABD9B6;
}
.BgClassName
{
background-color: #ABD9B6;
}
</style>
border-color css
<style>
span { border-color: #ABD9B6; }
span { border-color: rgb(171,217,182); }
td.TdClassName
{
border-color: #ABD9B6;
}
.TagClassName
{
border-color: #ABD9B6;
}
</style>