#AEC2BF

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

Shades of Opal #AEC2BF

Tints of Opal #AEC2BF

Color information

#AEC2BF (or 0xAEC2BF) is unknown color: approx Opal. HEX triplet: AE, C2 and BF. RGB value is (174,194,191). Sum of RGB (Red+Green+Blue) = 174+194+191=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 194 - color contains mainly: green. Hex color #AEC2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2BF is #513D40. Grayscale: #BBBBBB. Windows color (decimal): -5324097 or 12567214. OLE color: 12567214.

HSL color Cylindrical-coordinate representation of color #AEC2BF: hue angle of 171º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEC2BF is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB174194191-
CMYK0.1000.020.24
HSL171º14.08%72.16%-
HSV(B)171º10.31%76.08%-
XYZ46.1551.3456.77-
YUV187.68129.87118.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.13%
GREEN value IS 194 (76.17% from 255) = 34.70%
BLUE value IS 191 (75% from 255) = 34.17%
R=31.13%
G=34.70%
B=34.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741941910.1000.020.2417114.0872.16
HexAEC2BFA0218abe48
Octal25630227712023025316110
Binary1010111011000010101111111010010110001010101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC2BF; }

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

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

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

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

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

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

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

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