#ACC0B9

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

Shades of Opal #ACC0B9

Tints of Opal #ACC0B9

Color information

#ACC0B9 (or 0xACC0B9) is unknown color: approx Opal. HEX triplet: AC, C0 and B9. RGB value is (172,192,185). Sum of RGB (Red+Green+Blue) = 172+192+185=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC0B9 is #533F46. Grayscale: #B9B9B9. Windows color (decimal): -5455687 or 12173484. OLE color: 12173484.

HSL color Cylindrical-coordinate representation of color #ACC0B9: hue angle of 159º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACC0B9 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB172192185-
CMYK0.1000.040.25
HSL159º13.7%71.37%-
HSV(B)159º10.42%75.29%-
XYZ44.6249.9753.19-
YUV185.22127.87118.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 192 (75.39% from 255) = 34.97%
BLUE value IS 185 (72.66% from 255) = 33.70%
R=31.33%
G=34.97%
B=33.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921850.1000.040.2515913.771.37
HexACC0B9A04199fe47
Octal25430027112043123716107
Binary10101100110000001011100110100100110011001111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC0B9; }

 p { color: rgb(172,192,185); }

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

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

 a { background-color: rgb(172,192,185); }

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

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

 span { border-color: rgb(172,192,185); }

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