#AAC4BF

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

Shades of Opal #AAC4BF

Tints of Opal #AAC4BF

Color information

#AAC4BF (or 0xAAC4BF) is unknown color: approx Opal. HEX triplet: AA, C4 and BF. RGB value is (170,196,191). Sum of RGB (Red+Green+Blue) = 170+196+191=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC4BF is #553B40. Grayscale: #BBBBBB. Windows color (decimal): -5585729 or 12567722. OLE color: 12567722.

HSL color Cylindrical-coordinate representation of color #AAC4BF: hue angle of 168.46º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAC4BF is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB170196191-
CMYK0.1300.030.23
HSL168.46º18.06%71.76%-
HSV(B)168.46º13.27%76.86%-
XYZ45.7251.7956.88-
YUV187.66129.89115.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 196 (76.95% from 255) = 35.19%
BLUE value IS 191 (75% from 255) = 34.29%
R=30.52%
G=35.19%
B=34.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701961910.1300.030.23168.4618.0671.76
HexAAC4BFD0317a81248
Octal25230427715032725022110
Binary10101010110001001011111111010111011110101000100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC4BF; }

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

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

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

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

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

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

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

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