#A1CEBD

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

Shades of Opal #A1CEBD

Tints of Opal #A1CEBD

Color information

#A1CEBD (or 0xA1CEBD) is unknown color: approx Opal. HEX triplet: A1, CE and BD. RGB value is (161,206,189). Sum of RGB (Red+Green+Blue) = 161+206+189=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEBD is #5E3142. Grayscale: #BEBEBE. Windows color (decimal): -6172995 or 12439201. OLE color: 12439201.

HSL color Cylindrical-coordinate representation of color #A1CEBD: hue angle of 157.33º 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 #A1CEBD is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB161206189-
CMYK0.2200.080.19
HSL157.33º31.47%71.96%-
HSV(B)157.33º21.84%80.78%-
XYZ45.9555.3956.41-
YUV190.61127.09106.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.96%
GREEN value IS 206 (80.86% from 255) = 37.05%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=28.96%
G=37.05%
B=33.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1612061890.2200.080.19157.3331.4771.96
HexA1CEBD1608139d1f48
Octal241316275260102323537110
Binary10100001110011101011110110110010001001110011101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEBD; }

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

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

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

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

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

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

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

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