#A1CEBE

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

Shades of Opal #A1CEBE

Tints of Opal #A1CEBE

Color information

#A1CEBE (or 0xA1CEBE) is unknown color: approx Opal. HEX triplet: A1, CE and BE. RGB value is (161,206,190). Sum of RGB (Red+Green+Blue) = 161+206+190=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CEBE is #5E3141. Grayscale: #BEBEBE. Windows color (decimal): -6172994 or 12504737. OLE color: 12504737.

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

Color convert

RGB161206190-
CMYK0.2200.080.19
HSL158.67º31.47%71.96%-
HSV(B)158.67º21.84%80.78%-
XYZ46.0655.4456.99-
YUV190.72127.59106.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.90%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=28.90%
G=36.98%
B=34.11%

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
Decimal1612061900.2200.080.19158.6731.4771.96
HexA1CEBE1608139f1f48
Octal241316276260102323737110
Binary10100001110011101011111010110010001001110011111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEBE; }

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

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

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

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

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

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

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

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