Shades of Loblolly #ACC1B5
Tints of Loblolly #ACC1B5
RGB
CMYK
RGB Variations
Color information
#ACC1B5 (or 0xACC1B5) is known color: Loblolly. HEX triplet: AC, C1 and B5. RGB value is (172,193,181). Sum of RGB (Red+Green+Blue) = 172+193+181=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1B5 is #533E4A. Grayscale: #B9B9B9. Windows color (decimal): -5455435 or 11911596. OLE color: 11911596.
HSL color Cylindrical-coordinate representation of color #ACC1B5: hue angle of 145.71º degrees, saturation: 0.14, 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 #ACC1B5 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
RGB | 172 | 193 | 181 | - |
CMYK | 0.11 | 0 | 0.06 | 0.24 |
HSL | 145.71º | 0.14% | 0.72% | - |
HSV(B) | 145.71º | 0.11% | 0.76% | - |
XYZ | 44.42 | 50.25 | 51.07 | - |
YUV | 185.35 | 125.54 | 118.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 193 | 181 | 0.11 | 0 | 0.06 | 0.24 | 145.71 | 0.14 | 0.72 |
Hex | AC | C1 | B5 | B | 0 | 6 | 18 | 92 | E | 48 |
Octal | 254 | 301 | 265 | 13 | 0 | 6 | 30 | 222 | 16 | 110 |
Binary | 10101100 | 11000001 | 10110101 | 1011 | 0 | 110 | 11000 | 10010010 | 1110 | 1001000 |
Color Harmonies of #ACC1B5
Complementary color
Monochromatic Colors of #ACC1B5
Black with #ACC1B5
Text Example
Text Example
White with #ACC1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1B5; }
p { color: rgb(172,193,181); }
H1.HeaderClassName
{
color: #ACC1B5;
}
.AnyTagClassName
{
color: #ACC1B5;
}
</style>
background-color css
<style>
a { background-color: #ACC1B5; }
a { background-color: rgb(172,193,181); }
div.DivClassName
{
background-color: #ACC1B5;
}
.BgClassName
{
background-color: #ACC1B5;
}
</style>
border-color css
<style>
span { border-color: #ACC1B5; }
span { border-color: rgb(172,193,181); }
td.TdClassName
{
border-color: #ACC1B5;
}
.TagClassName
{
border-color: #ACC1B5;
}
</style>