#AACCBF

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

Shades of Opal #AACCBF

Tints of Opal #AACCBF

Color information

#AACCBF (or 0xAACCBF) is unknown color: approx Opal. HEX triplet: AA, CC and BF. RGB value is (170,204,191). Sum of RGB (Red+Green+Blue) = 170+204+191=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #AACCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACCBF is #553340. Grayscale: #C0C0C0. Windows color (decimal): -5583681 or 12569770. OLE color: 12569770.

HSL color Cylindrical-coordinate representation of color #AACCBF: hue angle of 157.06º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACCBF is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB170204191-
CMYK0.1700.060.2
HSL157.06º25%73.33%-
HSV(B)157.06º16.67%80%-
XYZ47.5755.4957.49-
YUV192.35127.24112.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 191 (75% from 255) = 33.81%
R=30.09%
G=36.11%
B=33.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1702041910.1700.060.2157.062573.33
HexAACCBF1106149d1949
Octal25231427721062423531111
Binary1010101011001100101111111000101101010010011101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACCBF; }

 p { color: rgb(170,204,191); }

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

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

 a { background-color: rgb(170,204,191); }

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

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

 span { border-color: rgb(170,204,191); }

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