Shades of Fringy Flower #ADD9B9
Tints of Fringy Flower #ADD9B9
RGB
CMYK
RGB Variations
Color information
#ADD9B9 (or 0xADD9B9) is known color: Fringy Flower. HEX triplet: AD, D9 and B9. RGB value is (173,217,185). Sum of RGB (Red+Green+Blue) = 173+217+185=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 217 (85.16% from 255 or 37.74% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9B9 is #522646. Grayscale: #C8C8C8. Windows color (decimal): -5383751 or 12179885. OLE color: 12179885.
HSL color Cylindrical-coordinate representation of color #ADD9B9: hue angle of 136.36º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD9B9 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 185 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.15 |
| HSL | 136.36º | 0.37% | 0.76% | - |
| HSV(B) | 136.36º | 0.2% | 0.85% | - |
| XYZ | 50.8 | 62.01 | 55.19 | - |
| YUV | 200.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 185 | 0.20 | 0 | 0.15 | 0.15 | 136.36 | 0.37 | 0.76 |
| Hex | AD | D9 | B9 | 14 | 0 | F | F | 88 | 25 | 4C |
| Octal | 255 | 331 | 271 | 24 | 0 | 17 | 17 | 210 | 45 | 114 |
| Binary | 10101101 | 11011001 | 10111001 | 10100 | 0 | 1111 | 1111 | 10001000 | 100101 | 1001100 |
Color Harmonies of #ADD9B9
Complementary color
Monochromatic Colors of #ADD9B9
Black with #ADD9B9
Text Example
Text Example
White with #ADD9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9B9; }
p { color: rgb(173,217,185); }
H1.HeaderClassName
{
color: #ADD9B9;
}
.AnyTagClassName
{
color: #ADD9B9;
}
</style>
background-color css
<style>
a { background-color: #ADD9B9; }
a { background-color: rgb(173,217,185); }
div.DivClassName
{
background-color: #ADD9B9;
}
.BgClassName
{
background-color: #ADD9B9;
}
</style>
border-color css
<style>
span { border-color: #ADD9B9; }
span { border-color: rgb(173,217,185); }
td.TdClassName
{
border-color: #ADD9B9;
}
.TagClassName
{
border-color: #ADD9B9;
}
</style>