#AEC8BE

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

Shades of Opal #AEC8BE

Tints of Opal #AEC8BE

Color information

#AEC8BE (or 0xAEC8BE) is unknown color: approx Opal. HEX triplet: AE, C8 and BE. RGB value is (174,200,190). Sum of RGB (Red+Green+Blue) = 174+200+190=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8BE is #513741. Grayscale: #BFBFBF. Windows color (decimal): -5322562 or 12503214. OLE color: 12503214.

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

Color convert

RGB174200190-
CMYK0.1300.050.22
HSL156.92º19.12%73.33%-
HSV(B)156.92º13%78.43%-
XYZ47.454.0256.64-
YUV191.09127.39115.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.85%
GREEN value IS 200 (78.52% from 255) = 35.46%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=30.85%
G=35.46%
B=33.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1742001900.1300.050.22156.9219.1273.33
HexAEC8BED05169d1349
Octal25631027615052623523111
Binary101011101100100010111110110101011011010011101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC8BE; }

 p { color: rgb(174,200,190); }

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

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

 a { background-color: rgb(174,200,190); }

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

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

 span { border-color: rgb(174,200,190); }

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