Shades of Fringy Flower #ADD9B5
Tints of Fringy Flower #ADD9B5
RGB
CMYK
RGB Variations
Color information
#ADD9B5 (or 0xADD9B5) is known color: Fringy Flower. HEX triplet: AD, D9 and B5. RGB value is (173,217,181). Sum of RGB (Red+Green+Blue) = 173+217+181=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9B5 is #52264A. Grayscale: #C7C7C7. Windows color (decimal): -5383755 or 11917741. OLE color: 11917741.
HSL color Cylindrical-coordinate representation of color #ADD9B5: hue angle of 130.91º 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 #ADD9B5 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 181 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.15 |
| HSL | 130.91º | 0.37% | 0.76% | - |
| HSV(B) | 130.91º | 0.2% | 0.85% | - |
| XYZ | 50.39 | 61.85 | 53 | - |
| YUV | 199.74 | 117.42 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 181 | 0.20 | 0 | 0.17 | 0.15 | 130.91 | 0.37 | 0.76 |
| Hex | AD | D9 | B5 | 14 | 0 | 11 | F | 83 | 25 | 4C |
| Octal | 255 | 331 | 265 | 24 | 0 | 21 | 17 | 203 | 45 | 114 |
| Binary | 10101101 | 11011001 | 10110101 | 10100 | 0 | 10001 | 1111 | 10000011 | 100101 | 1001100 |
Color Harmonies of #ADD9B5
Complementary color
Monochromatic Colors of #ADD9B5
Black with #ADD9B5
Text Example
Text Example
White with #ADD9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9B5; }
p { color: rgb(173,217,181); }
H1.HeaderClassName
{
color: #ADD9B5;
}
.AnyTagClassName
{
color: #ADD9B5;
}
</style>
background-color css
<style>
a { background-color: #ADD9B5; }
a { background-color: rgb(173,217,181); }
div.DivClassName
{
background-color: #ADD9B5;
}
.BgClassName
{
background-color: #ADD9B5;
}
</style>
border-color css
<style>
span { border-color: #ADD9B5; }
span { border-color: rgb(173,217,181); }
td.TdClassName
{
border-color: #ADD9B5;
}
.TagClassName
{
border-color: #ADD9B5;
}
</style>