#ACC3BF

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

Shades of Opal #ACC3BF

Tints of Opal #ACC3BF

Color information

#ACC3BF (or 0xACC3BF) is unknown color: approx Opal. HEX triplet: AC, C3 and BF. RGB value is (172,195,191). Sum of RGB (Red+Green+Blue) = 172+195+191=558 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.82% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3BF is #533C40. Grayscale: #BBBBBB. Windows color (decimal): -5454913 or 12567468. OLE color: 12567468.

HSL color Cylindrical-coordinate representation of color #ACC3BF: hue angle of 169.57º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC3BF is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB172195191-
CMYK0.1200.020.24
HSL169.57º16.08%71.96%-
HSV(B)169.57º11.79%76.47%-
XYZ45.9351.5656.82-
YUV187.67129.88116.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.82%
GREEN value IS 195 (76.56% from 255) = 34.95%
BLUE value IS 191 (75% from 255) = 34.23%
R=30.82%
G=34.95%
B=34.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951910.1200.020.24169.5716.0871.96
HexACC3BFC0218aa1048
Octal25430327714023025220110
Binary10101100110000111011111111000101100010101010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC3BF; }

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

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

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

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

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

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

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

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