#AEC6BF

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

Shades of Opal #AEC6BF

Tints of Opal #AEC6BF

Color information

#AEC6BF (or 0xAEC6BF) is unknown color: approx Opal. HEX triplet: AE, C6 and BF. RGB value is (174,198,191). Sum of RGB (Red+Green+Blue) = 174+198+191=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 198 - color contains mainly: green. Hex color #AEC6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC6BF is #513940. Grayscale: #BEBEBE. Windows color (decimal): -5323073 or 12568238. OLE color: 12568238.

HSL color Cylindrical-coordinate representation of color #AEC6BF: hue angle of 162.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEC6BF is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB174198191-
CMYK0.1200.040.22
HSL162.5º17.39%72.94%-
HSV(B)162.5º12.12%77.65%-
XYZ47.0553.1557.07-
YUV190.03128.55116.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.91%
GREEN value IS 198 (77.73% from 255) = 35.17%
BLUE value IS 191 (75% from 255) = 33.93%
R=30.91%
G=35.17%
B=33.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741981910.1200.040.22162.517.3972.94
HexAEC6BFC0416a21149
Octal25630627714042624221111
Binary101011101100011010111111110001001011010100010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC6BF; }

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

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

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

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

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

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

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

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