Shades of Loblolly #ABC6B8
Tints of Loblolly #ABC6B8
RGB
CMYK
RGB Variations
Color information
#ABC6B8 (or 0xABC6B8) is known color: Loblolly. HEX triplet: AB, C6 and B8. RGB value is (171,198,184). Sum of RGB (Red+Green+Blue) = 171+198+184=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC6B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6B8 is #543947. Grayscale: #BCBCBC. Windows color (decimal): -5519688 or 12109483. OLE color: 12109483.
HSL color Cylindrical-coordinate representation of color #ABC6B8: hue angle of 148.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC6B8 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
RGB | 171 | 198 | 184 | - |
CMYK | 0.14 | 0 | 0.07 | 0.22 |
HSL | 148.89º | 0.19% | 0.72% | - |
HSV(B) | 148.89º | 0.14% | 0.78% | - |
XYZ | 45.64 | 52.51 | 53.08 | - |
YUV | 188.33 | 125.55 | 115.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 198 | 184 | 0.14 | 0 | 0.07 | 0.22 | 148.89 | 0.19 | 0.72 |
Hex | AB | C6 | B8 | E | 0 | 7 | 16 | 95 | 13 | 48 |
Octal | 253 | 306 | 270 | 16 | 0 | 7 | 26 | 225 | 23 | 110 |
Binary | 10101011 | 11000110 | 10111000 | 1110 | 0 | 111 | 10110 | 10010101 | 10011 | 1001000 |
Color Harmonies of #ABC6B8
Complementary color
Monochromatic Colors of #ABC6B8
Black with #ABC6B8
Text Example
Text Example
White with #ABC6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC6B8; }
p { color: rgb(171,198,184); }
H1.HeaderClassName
{
color: #ABC6B8;
}
.AnyTagClassName
{
color: #ABC6B8;
}
</style>
background-color css
<style>
a { background-color: #ABC6B8; }
a { background-color: rgb(171,198,184); }
div.DivClassName
{
background-color: #ABC6B8;
}
.BgClassName
{
background-color: #ABC6B8;
}
</style>
border-color css
<style>
span { border-color: #ABC6B8; }
span { border-color: rgb(171,198,184); }
td.TdClassName
{
border-color: #ABC6B8;
}
.TagClassName
{
border-color: #ABC6B8;
}
</style>