#ACC1B7

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

Shades of Loblolly #ACC1B7

Tints of Loblolly #ACC1B7

Color information

#ACC1B7 (or 0xACC1B7) is unknown color: approx Loblolly. HEX triplet: AC, C1 and B7. RGB value is (172,193,183). Sum of RGB (Red+Green+Blue) = 172+193+183=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1B7 is #533E48. Grayscale: #B9B9B9. Windows color (decimal): -5455433 or 12042668. OLE color: 12042668.

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

Color convert

RGB172193183-
CMYK0.1100.050.24
HSL151.43º14.48%71.57%-
HSV(B)151.43º10.88%75.69%-
XYZ44.6350.3352.16-
YUV185.58126.54118.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 193 (75.78% from 255) = 35.22%
BLUE value IS 183 (71.88% from 255) = 33.39%
R=31.39%
G=35.22%
B=33.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721931830.1100.050.24151.4314.4871.57
HexACC1B7B051897e48
Octal25430126713053022716110
Binary10101100110000011011011110110101110001001011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC1B7; }

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

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

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

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

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

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

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

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