#AEC3BF

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

Shades of Opal #AEC3BF

Tints of Opal #AEC3BF

Color information

#AEC3BF (or 0xAEC3BF) is unknown color: approx Opal. HEX triplet: AE, C3 and BF. RGB value is (174,195,191). Sum of RGB (Red+Green+Blue) = 174+195+191=560 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.07% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 195 - color contains mainly: green. Hex color #AEC3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC3BF is #513C40. Grayscale: #BCBCBC. Windows color (decimal): -5323841 or 12567470. OLE color: 12567470.

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

Color convert

RGB174195191-
CMYK0.1100.020.24
HSL168.57º14.89%72.35%-
HSV(B)168.57º10.77%76.47%-
XYZ46.3751.7956.84-
YUV188.26129.54117.83-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.07%
GREEN value IS 195 (76.56% from 255) = 34.82%
BLUE value IS 191 (75% from 255) = 34.11%
R=31.07%
G=34.82%
B=34.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741951910.1100.020.24168.5714.8972.35
HexAEC3BFB0218a9f48
Octal25630327713023025117110
Binary1010111011000011101111111011010110001010100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC3BF; }

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

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

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

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

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

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

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

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