Shades of Fringy Flower #ADD9B8
Tints of Fringy Flower #ADD9B8
RGB
CMYK
RGB Variations
Color information
#ADD9B8 (or 0xADD9B8) is known color: Fringy Flower. HEX triplet: AD, D9 and B8. RGB value is (173,217,184). Sum of RGB (Red+Green+Blue) = 173+217+184=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9B8 is #522647. Grayscale: #C8C8C8. Windows color (decimal): -5383752 or 12114349. OLE color: 12114349.
HSL color Cylindrical-coordinate representation of color #ADD9B8: hue angle of 135º 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 #ADD9B8 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 184 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.15 |
| HSL | 135º | 0.37% | 0.76% | - |
| HSV(B) | 135º | 0.2% | 0.85% | - |
| XYZ | 50.7 | 61.97 | 54.64 | - |
| YUV | 200.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 184 | 0.20 | 0 | 0.15 | 0.15 | 135 | 0.37 | 0.76 |
| Hex | AD | D9 | B8 | 14 | 0 | F | F | 87 | 25 | 4C |
| Octal | 255 | 331 | 270 | 24 | 0 | 17 | 17 | 207 | 45 | 114 |
| Binary | 10101101 | 11011001 | 10111000 | 10100 | 0 | 1111 | 1111 | 10000111 | 100101 | 1001100 |
Color Harmonies of #ADD9B8
Complementary color
Monochromatic Colors of #ADD9B8
Black with #ADD9B8
Text Example
Text Example
White with #ADD9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD9B8; }
p { color: rgb(173,217,184); }
H1.HeaderClassName
{
color: #ADD9B8;
}
.AnyTagClassName
{
color: #ADD9B8;
}
</style>
background-color css
<style>
a { background-color: #ADD9B8; }
a { background-color: rgb(173,217,184); }
div.DivClassName
{
background-color: #ADD9B8;
}
.BgClassName
{
background-color: #ADD9B8;
}
</style>
border-color css
<style>
span { border-color: #ADD9B8; }
span { border-color: rgb(173,217,184); }
td.TdClassName
{
border-color: #ADD9B8;
}
.TagClassName
{
border-color: #ADD9B8;
}
</style>