#AACBC5

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

Shades of Opal #AACBC5

Tints of Opal #AACBC5

Color information

#AACBC5 (or 0xAACBC5) is unknown color: approx Opal. HEX triplet: AA, CB and C5. RGB value is (170,203,197). Sum of RGB (Red+Green+Blue) = 170+203+197=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #AACBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBC5 is #55343A. Grayscale: #C0C0C0. Windows color (decimal): -5583931 or 12962730. OLE color: 12962730.

HSL color Cylindrical-coordinate representation of color #AACBC5: hue angle of 169.09º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACBC5 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB170203197-
CMYK0.1600.030.20
HSL169.09º24.09%73.14%-
HSV(B)169.09º16.26%79.61%-
XYZ48.0155.2960.96-
YUV192.45130.57111.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 197 (77.34% from 255) = 34.56%
R=29.82%
G=35.61%
B=34.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031970.1600.030.20169.0924.0973.14
HexAACBC5100314a91849
Octal25231330520032425130111
Binary101010101100101111000101100000111010010101001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBC5; }

 p { color: rgb(170,203,197); }

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

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

 a { background-color: rgb(170,203,197); }

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

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

 span { border-color: rgb(170,203,197); }

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