#AECABF

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

Shades of Opal #AECABF

Tints of Opal #AECABF

Color information

#AECABF (or 0xAECABF) is unknown color: approx Opal. HEX triplet: AE, CA and BF. RGB value is (174,202,191). Sum of RGB (Red+Green+Blue) = 174+202+191=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #AECABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECABF is #513540. Grayscale: #C0C0C0. Windows color (decimal): -5322049 or 12569262. OLE color: 12569262.

HSL color Cylindrical-coordinate representation of color #AECABF: hue angle of 156.43º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECABF is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB174202191-
CMYK0.1400.050.21
HSL156.43º20.9%73.73%-
HSV(B)156.43º13.86%79.22%-
XYZ47.985557.38-
YUV192.37127.22114.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.69%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 191 (75% from 255) = 33.69%
R=30.69%
G=35.63%
B=33.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021910.1400.050.21156.4320.973.73
HexAECABFE05159c154a
Octal25631227716052523425112
Binary101011101100101010111111111001011010110011100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECABF; }

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

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

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

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

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

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

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

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