#AEC8BF

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

Shades of Opal #AEC8BF

Tints of Opal #AEC8BF

Color information

#AEC8BF (or 0xAEC8BF) is unknown color: approx Opal. HEX triplet: AE, C8 and BF. RGB value is (174,200,191). Sum of RGB (Red+Green+Blue) = 174+200+191=565 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.80% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 200 - color contains mainly: green. Hex color #AEC8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8BF is #513740. Grayscale: #BFBFBF. Windows color (decimal): -5322561 or 12568750. OLE color: 12568750.

HSL color Cylindrical-coordinate representation of color #AEC8BF: hue angle of 159.23º 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 #AEC8BF is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB174200191-
CMYK0.1300.040.22
HSL159.23º19.12%73.33%-
HSV(B)159.23º13%78.43%-
XYZ47.5154.0757.22-
YUV191.2127.89115.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.80%
GREEN value IS 200 (78.52% from 255) = 35.40%
BLUE value IS 191 (75% from 255) = 33.81%
R=30.80%
G=35.40%
B=33.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1742001910.1300.040.22159.2319.1273.33
HexAEC8BFD04169f1349
Octal25631027715042623723111
Binary101011101100100010111111110101001011010011111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC8BF; }

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

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

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

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

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

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

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

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