#ACC1B6

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

Shades of Loblolly #ACC1B6

Tints of Loblolly #ACC1B6

Color information

#ACC1B6 (or 0xACC1B6) is unknown color: approx Loblolly. HEX triplet: AC, C1 and B6. RGB value is (172,193,182). Sum of RGB (Red+Green+Blue) = 172+193+182=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1B6 is #533E49. Grayscale: #B9B9B9. Windows color (decimal): -5455434 or 11977132. OLE color: 11977132.

HSL color Cylindrical-coordinate representation of color #ACC1B6: hue angle of 148.57º 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 #ACC1B6 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB172193182-
CMYK0.1100.060.24
HSL148.57º14.48%71.57%-
HSV(B)148.57º10.88%75.69%-
XYZ44.5350.2951.62-
YUV185.47126.04118.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 182 (71.48% from 255) = 33.27%
R=31.44%
G=35.28%
B=33.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721931820.1100.060.24148.5714.4871.57
HexACC1B6B061895e48
Octal25430126613063022516110
Binary10101100110000011011011010110110110001001010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1B6; }

 p { color: rgb(172,193,182); }

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

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

 a { background-color: rgb(172,193,182); }

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

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

 span { border-color: rgb(172,193,182); }

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