Shades of Loblolly #ACC5B8
Tints of Loblolly #ACC5B8
RGB
CMYK
RGB Variations
Color information
#ACC5B8 (or 0xACC5B8) is known color: Loblolly. HEX triplet: AC, C5 and B8. RGB value is (172,197,184). Sum of RGB (Red+Green+Blue) = 172+197+184=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5B8 is #533A47. Grayscale: #BCBCBC. Windows color (decimal): -5454408 or 12109228. OLE color: 12109228.
HSL color Cylindrical-coordinate representation of color #ACC5B8: hue angle of 148.8º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC5B8 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 184 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.23 |
| HSL | 148.8º | 0.18% | 0.72% | - |
| HSV(B) | 148.8º | 0.13% | 0.77% | - |
| XYZ | 45.63 | 52.16 | 53.01 | - |
| YUV | 188.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 184 | 0.13 | 0 | 0.07 | 0.23 | 148.8 | 0.18 | 0.72 |
| Hex | AC | C5 | B8 | D | 0 | 7 | 17 | 95 | 12 | 48 |
| Octal | 254 | 305 | 270 | 15 | 0 | 7 | 27 | 225 | 22 | 110 |
| Binary | 10101100 | 11000101 | 10111000 | 1101 | 0 | 111 | 10111 | 10010101 | 10010 | 1001000 |
Color Harmonies of #ACC5B8
Complementary color
Monochromatic Colors of #ACC5B8
Black with #ACC5B8
Text Example
Text Example
White with #ACC5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5B8; }
p { color: rgb(172,197,184); }
H1.HeaderClassName
{
color: #ACC5B8;
}
.AnyTagClassName
{
color: #ACC5B8;
}
</style>
background-color css
<style>
a { background-color: #ACC5B8; }
a { background-color: rgb(172,197,184); }
div.DivClassName
{
background-color: #ACC5B8;
}
.BgClassName
{
background-color: #ACC5B8;
}
</style>
border-color css
<style>
span { border-color: #ACC5B8; }
span { border-color: rgb(172,197,184); }
td.TdClassName
{
border-color: #ACC5B8;
}
.TagClassName
{
border-color: #ACC5B8;
}
</style>