Shades of Loblolly #ABC5B8
Tints of Loblolly #ABC5B8
RGB
CMYK
RGB Variations
Color information
#ABC5B8 (or 0xABC5B8) is known color: Loblolly. HEX triplet: AB, C5 and B8. RGB value is (171,197,184). Sum of RGB (Red+Green+Blue) = 171+197+184=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5B8 is #543A47. Grayscale: #BBBBBB. Windows color (decimal): -5519944 or 12109227. OLE color: 12109227.
HSL color Cylindrical-coordinate representation of color #ABC5B8: hue angle of 150º 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 #ABC5B8 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 184 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.23 |
| HSL | 150º | 0.18% | 0.72% | - |
| HSV(B) | 150º | 0.13% | 0.77% | - |
| XYZ | 45.41 | 52.05 | 53 | - |
| YUV | 187.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 184 | 0.13 | 0 | 0.07 | 0.23 | 150 | 0.18 | 0.72 |
| Hex | AB | C5 | B8 | D | 0 | 7 | 17 | 96 | 12 | 48 |
| Octal | 253 | 305 | 270 | 15 | 0 | 7 | 27 | 226 | 22 | 110 |
| Binary | 10101011 | 11000101 | 10111000 | 1101 | 0 | 111 | 10111 | 10010110 | 10010 | 1001000 |
Color Harmonies of #ABC5B8
Complementary color
Monochromatic Colors of #ABC5B8
Black with #ABC5B8
Text Example
Text Example
White with #ABC5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC5B8; }
p { color: rgb(171,197,184); }
H1.HeaderClassName
{
color: #ABC5B8;
}
.AnyTagClassName
{
color: #ABC5B8;
}
</style>
background-color css
<style>
a { background-color: #ABC5B8; }
a { background-color: rgb(171,197,184); }
div.DivClassName
{
background-color: #ABC5B8;
}
.BgClassName
{
background-color: #ABC5B8;
}
</style>
border-color css
<style>
span { border-color: #ABC5B8; }
span { border-color: rgb(171,197,184); }
td.TdClassName
{
border-color: #ABC5B8;
}
.TagClassName
{
border-color: #ABC5B8;
}
</style>