#A1C4C0

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

Shades of Opal #A1C4C0

Tints of Opal #A1C4C0

Color information

#A1C4C0 (or 0xA1C4C0) is unknown color: approx Opal. HEX triplet: A1, C4 and C0. RGB value is (161,196,192). Sum of RGB (Red+Green+Blue) = 161+196+192=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C4C0 is #5E3B3F. Grayscale: #B9B9B9. Windows color (decimal): -6175552 or 12633249. OLE color: 12633249.

HSL color Cylindrical-coordinate representation of color #A1C4C0: hue angle of 173.14º 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 #A1C4C0 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB161196192-
CMYK0.1800.020.23
HSL173.14º22.88%70%-
HSV(B)173.14º17.86%76.86%-
XYZ43.9550.8657.37-
YUV185.08131.9110.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.33%
GREEN value IS 196 (76.95% from 255) = 35.70%
BLUE value IS 192 (75.39% from 255) = 34.97%
R=29.33%
G=35.70%
B=34.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611961920.1800.020.23173.1422.8870
HexA1C4C0120217ad1746
Octal24130430022022725527106
Binary101000011100010011000000100100101011110101101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C4C0; }

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

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

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

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

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

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

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

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