#A1CEBC

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

Shades of Opal #A1CEBC

Tints of Opal #A1CEBC

Color information

#A1CEBC (or 0xA1CEBC) is unknown color: approx Opal. HEX triplet: A1, CE and BC. RGB value is (161,206,188). Sum of RGB (Red+Green+Blue) = 161+206+188=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEBC is #5E3143. Grayscale: #BEBEBE. Windows color (decimal): -6172996 or 12373665. OLE color: 12373665.

HSL color Cylindrical-coordinate representation of color #A1CEBC: hue angle of 156º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1CEBC is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB161206188-
CMYK0.2200.090.19
HSL156º31.47%71.96%-
HSV(B)156º21.84%80.78%-
XYZ45.8555.3555.84-
YUV190.49126.59106.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.01%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 188 (73.83% from 255) = 33.87%
R=29.01%
G=37.12%
B=33.87%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612061880.2200.090.1915631.4771.96
HexA1CEBC1609139c1f48
Octal241316274260112323437110
Binary10100001110011101011110010110010011001110011100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEBC; }

 p { color: rgb(161,206,188); }

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

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

 a { background-color: rgb(161,206,188); }

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

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

 span { border-color: rgb(161,206,188); }

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