#A1CABD

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

Shades of Opal #A1CABD

Tints of Opal #A1CABD

Color information

#A1CABD (or 0xA1CABD) is unknown color: approx Opal. HEX triplet: A1, CA and BD. RGB value is (161,202,189). Sum of RGB (Red+Green+Blue) = 161+202+189=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CABD is #5E3542. Grayscale: #BCBCBC. Windows color (decimal): -6174019 or 12438177. OLE color: 12438177.

HSL color Cylindrical-coordinate representation of color #A1CABD: hue angle of 160.98º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1CABD is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB161202189-
CMYK0.2000.060.21
HSL160.98º27.89%71.18%-
HSV(B)160.98º20.3%79.22%-
XYZ4553.4956.1-
YUV188.26128.42108.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.17%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 189 (74.22% from 255) = 34.24%
R=29.17%
G=36.59%
B=34.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612021890.2000.060.21160.9827.8971.18
HexA1CABD140615a11c47
Octal24131227524062524134107
Binary1010000111001010101111011010001101010110100001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CABD; }

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

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

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

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

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

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

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

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