#AEC4C0

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

Shades of Opal #AEC4C0

Tints of Opal #AEC4C0

Color information

#AEC4C0 (or 0xAEC4C0) is unknown color: approx Opal. HEX triplet: AE, C4 and C0. RGB value is (174,196,192). Sum of RGB (Red+Green+Blue) = 174+196+192=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 196 (76.95% from 255 or 34.88% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC4C0 is #513B3F. Grayscale: #BCBCBC. Windows color (decimal): -5323584 or 12633262. OLE color: 12633262.

HSL color Cylindrical-coordinate representation of color #AEC4C0: hue angle of 169.09º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEC4C0 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB174196192-
CMYK0.1100.020.23
HSL169.09º15.71%72.55%-
HSV(B)169.09º11.22%76.86%-
XYZ46.7152.2857.5-
YUV188.97129.71117.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.96%
GREEN value IS 196 (76.95% from 255) = 34.88%
BLUE value IS 192 (75.39% from 255) = 34.16%
R=30.96%
G=34.88%
B=34.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1741961920.1100.020.23169.0915.7172.55
HexAEC4C0B0217a91049
Octal25630430013022725120111
Binary10101110110001001100000010110101011110101001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC4C0; }

 p { color: rgb(174,196,192); }

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

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

 a { background-color: rgb(174,196,192); }

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

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

 span { border-color: rgb(174,196,192); }

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