#AEC1BE

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

Shades of Opal #AEC1BE

Tints of Opal #AEC1BE

Color information

#AEC1BE (or 0xAEC1BE) is unknown color: approx Opal. HEX triplet: AE, C1 and BE. RGB value is (174,193,190). Sum of RGB (Red+Green+Blue) = 174+193+190=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1BE is #513E41. Grayscale: #BABABA. Windows color (decimal): -5324354 or 12501422. OLE color: 12501422.

HSL color Cylindrical-coordinate representation of color #AEC1BE: hue angle of 170.53º degrees, saturation: 0.13, 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 #AEC1BE is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB174193190-
CMYK0.1000.020.24
HSL170.53º13.29%71.96%-
HSV(B)170.53º9.84%75.69%-
XYZ45.8250.8656.12-
YUV186.98129.71118.74-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 193 (75.78% from 255) = 34.65%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=31.24%
G=34.65%
B=34.11%

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
Decimal1741931900.1000.020.24170.5313.2971.96
HexAEC1BEA0218abd48
Octal25630127612023025315110
Binary1010111011000001101111101010010110001010101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC1BE; }

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

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

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

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

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

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

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

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