Shades of Fringy Flower #ADDAB9
Tints of Fringy Flower #ADDAB9
RGB
CMYK
RGB Variations
Color information
#ADDAB9 (or 0xADDAB9) is known color: Fringy Flower. HEX triplet: AD, DA and B9. RGB value is (173,218,185). Sum of RGB (Red+Green+Blue) = 173+218+185=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAB9 is #522546. Grayscale: #C8C8C8. Windows color (decimal): -5383495 or 12180141. OLE color: 12180141.
HSL color Cylindrical-coordinate representation of color #ADDAB9: hue angle of 136º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDAB9 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 185 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.15 |
| HSL | 136º | 0.38% | 0.77% | - |
| HSV(B) | 136º | 0.21% | 0.85% | - |
| XYZ | 51.06 | 62.53 | 55.28 | - |
| YUV | 200.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 185 | 0.21 | 0 | 0.15 | 0.15 | 136 | 0.38 | 0.77 |
| Hex | AD | DA | B9 | 15 | 0 | F | F | 88 | 26 | 4D |
| Octal | 255 | 332 | 271 | 25 | 0 | 17 | 17 | 210 | 46 | 115 |
| Binary | 10101101 | 11011010 | 10111001 | 10101 | 0 | 1111 | 1111 | 10001000 | 100110 | 1001101 |
Color Harmonies of #ADDAB9
Complementary color
Monochromatic Colors of #ADDAB9
Black with #ADDAB9
Text Example
Text Example
White with #ADDAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDAB9; }
p { color: rgb(173,218,185); }
H1.HeaderClassName
{
color: #ADDAB9;
}
.AnyTagClassName
{
color: #ADDAB9;
}
</style>
background-color css
<style>
a { background-color: #ADDAB9; }
a { background-color: rgb(173,218,185); }
div.DivClassName
{
background-color: #ADDAB9;
}
.BgClassName
{
background-color: #ADDAB9;
}
</style>
border-color css
<style>
span { border-color: #ADDAB9; }
span { border-color: rgb(173,218,185); }
td.TdClassName
{
border-color: #ADDAB9;
}
.TagClassName
{
border-color: #ADDAB9;
}
</style>