#ABC7BA

Color #ABC7BA Loblolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loblolly #ABC7BA

Tints of Loblolly #ABC7BA

Color information

#ABC7BA (or 0xABC7BA) is unknown color: approx Loblolly. HEX triplet: AB, C7 and BA. RGB value is (171,199,186). Sum of RGB (Red+Green+Blue) = 171+199+186=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC7BA is #543845. Grayscale: #BDBDBD. Windows color (decimal): -5519430 or 12240811. OLE color: 12240811.

HSL color Cylindrical-coordinate representation of color #ABC7BA: hue angle of 152.14º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC7BA is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB171199186-
CMYK0.1400.070.22
HSL152.14º20%72.55%-
HSV(B)152.14º14.07%78.04%-
XYZ46.0853.0554.27-
YUV189.15126.22115.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 30.76%
GREEN value IS 199 (78.12% from 255) = 35.79%
BLUE value IS 186 (73.05% from 255) = 33.45%
R=30.76%
G=35.79%
B=33.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711991860.1400.070.22152.142072.55
HexABC7BAE0716981449
Octal25330727216072623024111
Binary101010111100011110111010111001111011010011000101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC7BA; }

 p { color: rgb(171,199,186); }

 H1.HeaderClassName
 {
   color: #ABC7BA;
 }
 .AnyTagClassName
 {
   color: #ABC7BA;
 }
</style>
background-color css

<style>
 a { background-color: #ABC7BA; }

 a { background-color: rgb(171,199,186); }

 div.DivClassName
 {
   background-color: #ABC7BA;
 }
 .BgClassName
 {
   background-color: #ABC7BA;
 }
</style>
border-color css

<style>
 span { border-color: #ABC7BA; }

 span { border-color: rgb(171,199,186); }

 td.TdClassName
 {
   border-color: #ABC7BA;
 }
 .TagClassName
 {
   border-color: #ABC7BA;
 }
</style>