Shades of Loblolly #ADC5B8
Tints of Loblolly #ADC5B8
RGB
CMYK
RGB Variations
Color information
#ADC5B8 (or 0xADC5B8) is known color: Loblolly. HEX triplet: AD, C5 and B8. RGB value is (173,197,184). Sum of RGB (Red+Green+Blue) = 173+197+184=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5B8 is #523A47. Grayscale: #BCBCBC. Windows color (decimal): -5388872 or 12109229. OLE color: 12109229.
HSL color Cylindrical-coordinate representation of color #ADC5B8: hue angle of 147.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 #ADC5B8 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 184 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.23 |
| HSL | 147.5º | 0.17% | 0.73% | - |
| HSV(B) | 147.5º | 0.12% | 0.77% | - |
| XYZ | 45.85 | 52.28 | 53.02 | - |
| YUV | 188.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 184 | 0.12 | 0 | 0.07 | 0.23 | 147.5 | 0.17 | 0.73 |
| Hex | AD | C5 | B8 | C | 0 | 7 | 17 | 94 | 11 | 49 |
| Octal | 255 | 305 | 270 | 14 | 0 | 7 | 27 | 224 | 21 | 111 |
| Binary | 10101101 | 11000101 | 10111000 | 1100 | 0 | 111 | 10111 | 10010100 | 10001 | 1001001 |
Color Harmonies of #ADC5B8
Complementary color
Monochromatic Colors of #ADC5B8
Black with #ADC5B8
Text Example
Text Example
White with #ADC5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5B8; }
p { color: rgb(173,197,184); }
H1.HeaderClassName
{
color: #ADC5B8;
}
.AnyTagClassName
{
color: #ADC5B8;
}
</style>
background-color css
<style>
a { background-color: #ADC5B8; }
a { background-color: rgb(173,197,184); }
div.DivClassName
{
background-color: #ADC5B8;
}
.BgClassName
{
background-color: #ADC5B8;
}
</style>
border-color css
<style>
span { border-color: #ADC5B8; }
span { border-color: rgb(173,197,184); }
td.TdClassName
{
border-color: #ADC5B8;
}
.TagClassName
{
border-color: #ADC5B8;
}
</style>