Shades of Loblolly #ADC2B8
Tints of Loblolly #ADC2B8
RGB
CMYK
RGB Variations
Color information
#ADC2B8 (or 0xADC2B8) is known color: Loblolly. HEX triplet: AD, C2 and B8. RGB value is (173,194,184). Sum of RGB (Red+Green+Blue) = 173+194+184=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 184 (72.27% from 255 or 33.39% from 551); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2B8 is #523D47. Grayscale: #BABABA. Windows color (decimal): -5389640 or 12108461. OLE color: 12108461.
HSL color Cylindrical-coordinate representation of color #ADC2B8: hue angle of 151.43º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC2B8 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 173 | 194 | 184 | - |
CMYK | 0.11 | 0 | 0.05 | 0.24 |
HSL | 151.43º | 0.15% | 0.72% | - |
HSV(B) | 151.43º | 0.11% | 0.76% | - |
XYZ | 45.18 | 50.93 | 52.8 | - |
YUV | 186.58 | 126.54 | 118.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 194 | 184 | 0.11 | 0 | 0.05 | 0.24 | 151.43 | 0.15 | 0.72 |
Hex | AD | C2 | B8 | B | 0 | 5 | 18 | 97 | F | 48 |
Octal | 255 | 302 | 270 | 13 | 0 | 5 | 30 | 227 | 17 | 110 |
Binary | 10101101 | 11000010 | 10111000 | 1011 | 0 | 101 | 11000 | 10010111 | 1111 | 1001000 |
Color Harmonies of #ADC2B8
Complementary color
Monochromatic Colors of #ADC2B8
Black with #ADC2B8
Text Example
Text Example
White with #ADC2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2B8; }
p { color: rgb(173,194,184); }
H1.HeaderClassName
{
color: #ADC2B8;
}
.AnyTagClassName
{
color: #ADC2B8;
}
</style>
background-color css
<style>
a { background-color: #ADC2B8; }
a { background-color: rgb(173,194,184); }
div.DivClassName
{
background-color: #ADC2B8;
}
.BgClassName
{
background-color: #ADC2B8;
}
</style>
border-color css
<style>
span { border-color: #ADC2B8; }
span { border-color: rgb(173,194,184); }
td.TdClassName
{
border-color: #ADC2B8;
}
.TagClassName
{
border-color: #ADC2B8;
}
</style>