Shades of Loblolly #ABC2B8
Tints of Loblolly #ABC2B8
RGB
CMYK
RGB Variations
Color information
#ABC2B8 (or 0xABC2B8) is known color: Loblolly. HEX triplet: AB, C2 and B8. RGB value is (171,194,184). Sum of RGB (Red+Green+Blue) = 171+194+184=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2B8 is #543D47. Grayscale: #BABABA. Windows color (decimal): -5520712 or 12108459. OLE color: 12108459.
HSL color Cylindrical-coordinate representation of color #ABC2B8: hue angle of 153.91º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC2B8 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 184 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.24 |
| HSL | 153.91º | 0.16% | 0.72% | - |
| HSV(B) | 153.91º | 0.12% | 0.76% | - |
| XYZ | 44.74 | 50.7 | 52.78 | - |
| YUV | 185.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 184 | 0.12 | 0 | 0.05 | 0.24 | 153.91 | 0.16 | 0.72 |
| Hex | AB | C2 | B8 | C | 0 | 5 | 18 | 9A | 10 | 48 |
| Octal | 253 | 302 | 270 | 14 | 0 | 5 | 30 | 232 | 20 | 110 |
| Binary | 10101011 | 11000010 | 10111000 | 1100 | 0 | 101 | 11000 | 10011010 | 10000 | 1001000 |
Color Harmonies of #ABC2B8
Complementary color
Monochromatic Colors of #ABC2B8
Black with #ABC2B8
Text Example
Text Example
White with #ABC2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC2B8; }
p { color: rgb(171,194,184); }
H1.HeaderClassName
{
color: #ABC2B8;
}
.AnyTagClassName
{
color: #ABC2B8;
}
</style>
background-color css
<style>
a { background-color: #ABC2B8; }
a { background-color: rgb(171,194,184); }
div.DivClassName
{
background-color: #ABC2B8;
}
.BgClassName
{
background-color: #ABC2B8;
}
</style>
border-color css
<style>
span { border-color: #ABC2B8; }
span { border-color: rgb(171,194,184); }
td.TdClassName
{
border-color: #ABC2B8;
}
.TagClassName
{
border-color: #ABC2B8;
}
</style>