#ACC6BF

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

Shades of Opal #ACC6BF

Tints of Opal #ACC6BF

Color information

#ACC6BF (or 0xACC6BF) is unknown color: approx Opal. HEX triplet: AC, C6 and BF. RGB value is (172,198,191). Sum of RGB (Red+Green+Blue) = 172+198+191=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6BF is #533940. Grayscale: #BDBDBD. Windows color (decimal): -5454145 or 12568236. OLE color: 12568236.

HSL color Cylindrical-coordinate representation of color #ACC6BF: hue angle of 163.85º 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 #ACC6BF is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB172198191-
CMYK0.1300.040.22
HSL163.85º18.57%72.55%-
HSV(B)163.85º13.13%77.65%-
XYZ46.6152.9257.05-
YUV189.43128.89115.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.66%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 191 (75% from 255) = 34.05%
R=30.66%
G=35.29%
B=34.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721981910.1300.040.22163.8518.5772.55
HexACC6BFD0416a41349
Octal25430627715042624423111
Binary101011001100011010111111110101001011010100100100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC6BF; }

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

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

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

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

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

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

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

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