#AEC1BB

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

Shades of Opal #AEC1BB

Tints of Opal #AEC1BB

Color information

#AEC1BB (or 0xAEC1BB) is unknown color: approx Opal. HEX triplet: AE, C1 and BB. RGB value is (174,193,187). Sum of RGB (Red+Green+Blue) = 174+193+187=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1BB is #513E44. Grayscale: #BABABA. Windows color (decimal): -5324357 or 12304814. OLE color: 12304814.

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

Color convert

RGB174193187-
CMYK0.1000.030.24
HSL161.05º13.29%71.96%-
HSV(B)161.05º9.84%75.69%-
XYZ45.550.7354.41-
YUV186.64128.21118.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.41%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=31.41%
G=34.84%
B=33.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741931870.1000.030.24161.0513.2971.96
HexAEC1BBA0318a1d48
Octal25630127312033024115110
Binary1010111011000001101110111010011110001010000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC1BB; }

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

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

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

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

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

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

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

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