#ACC5BB

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

Shades of Opal #ACC5BB

Tints of Opal #ACC5BB

Color information

#ACC5BB (or 0xACC5BB) is unknown color: approx Opal. HEX triplet: AC, C5 and BB. RGB value is (172,197,187). Sum of RGB (Red+Green+Blue) = 172+197+187=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5BB is #533A44. Grayscale: #BCBCBC. Windows color (decimal): -5454405 or 12305836. OLE color: 12305836.

HSL color Cylindrical-coordinate representation of color #ACC5BB: hue angle of 156º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC5BB is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB172197187-
CMYK0.1300.050.23
HSL156º17.73%72.35%-
HSV(B)156º12.69%77.25%-
XYZ45.9552.2954.69-
YUV188.39127.22116.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 197 (77.34% from 255) = 35.43%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=30.94%
G=35.43%
B=33.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721971870.1300.050.2315617.7372.35
HexACC5BBD05179c1248
Octal25430527315052723422110
Binary101011001100010110111011110101011011110011100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5BB; }

 p { color: rgb(172,197,187); }

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

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

 a { background-color: rgb(172,197,187); }

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

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

 span { border-color: rgb(172,197,187); }

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