#ACC4BF

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

Shades of Opal #ACC4BF

Tints of Opal #ACC4BF

Color information

#ACC4BF (or 0xACC4BF) is unknown color: approx Opal. HEX triplet: AC, C4 and BF. RGB value is (172,196,191). Sum of RGB (Red+Green+Blue) = 172+196+191=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4BF is #533B40. Grayscale: #BCBCBC. Windows color (decimal): -5454657 or 12567724. OLE color: 12567724.

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

Color convert

RGB172196191-
CMYK0.1200.030.23
HSL167.5º16.9%72.16%-
HSV(B)167.5º12.24%76.86%-
XYZ46.1652.0156.9-
YUV188.25129.55116.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.77%
GREEN value IS 196 (76.95% from 255) = 35.06%
BLUE value IS 191 (75% from 255) = 34.17%
R=30.77%
G=35.06%
B=34.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961910.1200.030.23167.516.972.16
HexACC4BFC0317a71148
Octal25430427714032724721110
Binary10101100110001001011111111000111011110100111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4BF; }

 p { color: rgb(172,196,191); }

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

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

 a { background-color: rgb(172,196,191); }

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

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

 span { border-color: rgb(172,196,191); }

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