Shades of Fringy Flower #ADD8B9
Tints of Fringy Flower #ADD8B9
RGB
CMYK
RGB Variations
Color information
#ADD8B9 (or 0xADD8B9) is known color: Fringy Flower. HEX triplet: AD, D8 and B9. RGB value is (173,216,185). Sum of RGB (Red+Green+Blue) = 173+216+185=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 216 (84.77% from 255 or 37.63% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8B9 is #522746. Grayscale: #C7C7C7. Windows color (decimal): -5384007 or 12179629. OLE color: 12179629.
HSL color Cylindrical-coordinate representation of color #ADD8B9: hue angle of 136.74º degrees, saturation: 0.36, 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 #ADD8B9 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 216 | 185 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.15 |
| HSL | 136.74º | 0.36% | 0.76% | - |
| HSV(B) | 136.74º | 0.2% | 0.85% | - |
| XYZ | 50.55 | 61.5 | 55.11 | - |
| YUV | 199.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 216 | 185 | 0.20 | 0 | 0.14 | 0.15 | 136.74 | 0.36 | 0.76 |
| Hex | AD | D8 | B9 | 14 | 0 | E | F | 89 | 24 | 4C |
| Octal | 255 | 330 | 271 | 24 | 0 | 16 | 17 | 211 | 44 | 114 |
| Binary | 10101101 | 11011000 | 10111001 | 10100 | 0 | 1110 | 1111 | 10001001 | 100100 | 1001100 |
Color Harmonies of #ADD8B9
Complementary color
Monochromatic Colors of #ADD8B9
Black with #ADD8B9
Text Example
Text Example
White with #ADD8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD8B9; }
p { color: rgb(173,216,185); }
H1.HeaderClassName
{
color: #ADD8B9;
}
.AnyTagClassName
{
color: #ADD8B9;
}
</style>
background-color css
<style>
a { background-color: #ADD8B9; }
a { background-color: rgb(173,216,185); }
div.DivClassName
{
background-color: #ADD8B9;
}
.BgClassName
{
background-color: #ADD8B9;
}
</style>
border-color css
<style>
span { border-color: #ADD8B9; }
span { border-color: rgb(173,216,185); }
td.TdClassName
{
border-color: #ADD8B9;
}
.TagClassName
{
border-color: #ADD8B9;
}
</style>