#ACC6BB

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

Shades of Opal #ACC6BB

Tints of Opal #ACC6BB

Color information

#ACC6BB (or 0xACC6BB) is unknown color: approx Opal. HEX triplet: AC, C6 and BB. RGB value is (172,198,187). Sum of RGB (Red+Green+Blue) = 172+198+187=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6BB is #533944. Grayscale: #BCBCBC. Windows color (decimal): -5454149 or 12306092. OLE color: 12306092.

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

Color convert

RGB172198187-
CMYK0.1300.060.22
HSL154.62º18.57%72.55%-
HSV(B)154.62º13.13%77.65%-
XYZ46.1852.7554.76-
YUV188.97126.89115.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.88%
GREEN value IS 198 (77.73% from 255) = 35.55%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=30.88%
G=35.55%
B=33.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981870.1300.060.22154.6218.5772.55
HexACC6BBD06169b1349
Octal25430627315062623323111
Binary101011001100011010111011110101101011010011011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC6BB; }

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

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

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

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

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

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

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

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