Shades of Fringy Flower #ADD7BB
Tints of Fringy Flower #ADD7BB
RGB
CMYK
RGB Variations
Color information
#ADD7BB (or 0xADD7BB) is known color: Fringy Flower. HEX triplet: AD, D7 and BB. RGB value is (173,215,187). Sum of RGB (Red+Green+Blue) = 173+215+187=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7BB is #522844. Grayscale: #C7C7C7. Windows color (decimal): -5384261 or 12310445. OLE color: 12310445.
HSL color Cylindrical-coordinate representation of color #ADD7BB: hue angle of 140º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD7BB is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 187 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.16 |
| HSL | 140º | 0.34% | 0.76% | - |
| HSV(B) | 140º | 0.2% | 0.84% | - |
| XYZ | 50.5 | 61.07 | 56.14 | - |
| YUV | 199.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 187 | 0.20 | 0 | 0.13 | 0.16 | 140 | 0.34 | 0.76 |
| Hex | AD | D7 | BB | 14 | 0 | D | 10 | 8C | 22 | 4C |
| Octal | 255 | 327 | 273 | 24 | 0 | 15 | 20 | 214 | 42 | 114 |
| Binary | 10101101 | 11010111 | 10111011 | 10100 | 0 | 1101 | 10000 | 10001100 | 100010 | 1001100 |
Color Harmonies of #ADD7BB
Complementary color
Monochromatic Colors of #ADD7BB
Black with #ADD7BB
Text Example
Text Example
White with #ADD7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD7BB; }
p { color: rgb(173,215,187); }
H1.HeaderClassName
{
color: #ADD7BB;
}
.AnyTagClassName
{
color: #ADD7BB;
}
</style>
background-color css
<style>
a { background-color: #ADD7BB; }
a { background-color: rgb(173,215,187); }
div.DivClassName
{
background-color: #ADD7BB;
}
.BgClassName
{
background-color: #ADD7BB;
}
</style>
border-color css
<style>
span { border-color: #ADD7BB; }
span { border-color: rgb(173,215,187); }
td.TdClassName
{
border-color: #ADD7BB;
}
.TagClassName
{
border-color: #ADD7BB;
}
</style>