#A1C4BC

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

Shades of Opal #A1C4BC

Tints of Opal #A1C4BC

Color information

#A1C4BC (or 0xA1C4BC) is unknown color: approx Opal. HEX triplet: A1, C4 and BC. RGB value is (161,196,188). Sum of RGB (Red+Green+Blue) = 161+196+188=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C4BC is #5E3B43. Grayscale: #B8B8B8. Windows color (decimal): -6175556 or 12371105. OLE color: 12371105.

HSL color Cylindrical-coordinate representation of color #A1C4BC: hue angle of 166.29º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1C4BC is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB161196188-
CMYK0.1800.040.23
HSL166.29º22.88%70%-
HSV(B)166.29º17.86%76.86%-
XYZ43.5150.6955.07-
YUV184.62129.9111.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.54%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 188 (73.83% from 255) = 34.50%
R=29.54%
G=35.96%
B=34.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611961880.1800.040.23166.2922.8870
HexA1C4BC120417a61746
Octal24130427422042724627106
Binary1010000111000100101111001001001001011110100110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C4BC; }

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

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

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

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

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

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

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

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