#A1C2BB

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

Shades of Opal #A1C2BB

Tints of Opal #A1C2BB

Color information

#A1C2BB (or 0xA1C2BB) is unknown color: approx Opal. HEX triplet: A1, C2 and BB. RGB value is (161,194,187). Sum of RGB (Red+Green+Blue) = 161+194+187=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C2BB is #5E3D44. Grayscale: #B7B7B7. Windows color (decimal): -6176069 or 12305057. OLE color: 12305057.

HSL color Cylindrical-coordinate representation of color #A1C2BB: hue angle of 167.27º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C2BB is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB161194187-
CMYK0.1700.040.24
HSL167.27º21.29%69.61%-
HSV(B)167.27º17.01%76.08%-
XYZ42.9649.7554.35-
YUV183.34130.07112.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.70%
GREEN value IS 194 (76.17% from 255) = 35.79%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=29.70%
G=35.79%
B=34.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611941870.1700.040.24167.2721.2969.61
HexA1C2BB110418a71546
Octal24130227321043024725106
Binary1010000111000010101110111000101001100010100111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C2BB; }

 p { color: rgb(161,194,187); }

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

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

 a { background-color: rgb(161,194,187); }

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

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

 span { border-color: rgb(161,194,187); }

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