Shades of Loblolly #ADC5BA
Tints of Loblolly #ADC5BA
RGB
CMYK
RGB Variations
Color information
#ADC5BA (or 0xADC5BA) is known color: Loblolly. HEX triplet: AD, C5 and BA. RGB value is (173,197,186). Sum of RGB (Red+Green+Blue) = 173+197+186=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5BA is #523A45. Grayscale: #BCBCBC. Windows color (decimal): -5388870 or 12240301. OLE color: 12240301.
HSL color Cylindrical-coordinate representation of color #ADC5BA: hue angle of 152.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC5BA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 186 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.23 |
| HSL | 152.5º | 0.17% | 0.73% | - |
| HSV(B) | 152.5º | 0.12% | 0.77% | - |
| XYZ | 46.06 | 52.36 | 54.13 | - |
| YUV | 188.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 186 | 0.12 | 0 | 0.06 | 0.23 | 152.5 | 0.17 | 0.73 |
| Hex | AD | C5 | BA | C | 0 | 6 | 17 | 98 | 11 | 49 |
| Octal | 255 | 305 | 272 | 14 | 0 | 6 | 27 | 230 | 21 | 111 |
| Binary | 10101101 | 11000101 | 10111010 | 1100 | 0 | 110 | 10111 | 10011000 | 10001 | 1001001 |
Color Harmonies of #ADC5BA
Complementary color
Monochromatic Colors of #ADC5BA
Black with #ADC5BA
Text Example
Text Example
White with #ADC5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5BA; }
p { color: rgb(173,197,186); }
H1.HeaderClassName
{
color: #ADC5BA;
}
.AnyTagClassName
{
color: #ADC5BA;
}
</style>
background-color css
<style>
a { background-color: #ADC5BA; }
a { background-color: rgb(173,197,186); }
div.DivClassName
{
background-color: #ADC5BA;
}
.BgClassName
{
background-color: #ADC5BA;
}
</style>
border-color css
<style>
span { border-color: #ADC5BA; }
span { border-color: rgb(173,197,186); }
td.TdClassName
{
border-color: #ADC5BA;
}
.TagClassName
{
border-color: #ADC5BA;
}
</style>