Shades of Fringy Flower #ABD9B4
Tints of Fringy Flower #ABD9B4
RGB
CMYK
RGB Variations
Color information
#ABD9B4 (or 0xABD9B4) is known color: Fringy Flower. HEX triplet: AB, D9 and B4. RGB value is (171,217,180). Sum of RGB (Red+Green+Blue) = 171+217+180=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD9B4 is #54264B. Grayscale: #C7C7C7. Windows color (decimal): -5514828 or 11852203. OLE color: 11852203.
HSL color Cylindrical-coordinate representation of color #ABD9B4: hue angle of 131.74º 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 #ABD9B4 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 217 | 180 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.15 |
| HSL | 131.74º | 0.38% | 0.76% | - |
| HSV(B) | 131.74º | 0.21% | 0.85% | - |
| XYZ | 49.85 | 61.58 | 52.44 | - |
| YUV | 199.03 | 117.26 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 217 | 180 | 0.21 | 0 | 0.17 | 0.15 | 131.74 | 0.38 | 0.76 |
| Hex | AB | D9 | B4 | 15 | 0 | 11 | F | 84 | 26 | 4C |
| Octal | 253 | 331 | 264 | 25 | 0 | 21 | 17 | 204 | 46 | 114 |
| Binary | 10101011 | 11011001 | 10110100 | 10101 | 0 | 10001 | 1111 | 10000100 | 100110 | 1001100 |
Color Harmonies of #ABD9B4
Complementary color
Monochromatic Colors of #ABD9B4
Black with #ABD9B4
Text Example
Text Example
White with #ABD9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD9B4; }
p { color: rgb(171,217,180); }
H1.HeaderClassName
{
color: #ABD9B4;
}
.AnyTagClassName
{
color: #ABD9B4;
}
</style>
background-color css
<style>
a { background-color: #ABD9B4; }
a { background-color: rgb(171,217,180); }
div.DivClassName
{
background-color: #ABD9B4;
}
.BgClassName
{
background-color: #ABD9B4;
}
</style>
border-color css
<style>
span { border-color: #ABD9B4; }
span { border-color: rgb(171,217,180); }
td.TdClassName
{
border-color: #ABD9B4;
}
.TagClassName
{
border-color: #ABD9B4;
}
</style>