#A3C1BC

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

Shades of Opal #A3C1BC

Tints of Opal #A3C1BC

Color information

#A3C1BC (or 0xA3C1BC) is unknown color: approx Opal. HEX triplet: A3, C1 and BC. RGB value is (163,193,188). Sum of RGB (Red+Green+Blue) = 163+193+188=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C1BC is #5C3E43. Grayscale: #B7B7B7. Windows color (decimal): -6045252 or 12370339. OLE color: 12370339.

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

Color convert

RGB163193188-
CMYK0.1600.030.24
HSL170º19.48%69.8%-
HSV(B)170º15.54%75.69%-
XYZ43.2549.5654.86-
YUV183.46130.56113.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.96%
GREEN value IS 193 (75.78% from 255) = 35.48%
BLUE value IS 188 (73.83% from 255) = 34.56%
R=29.96%
G=35.48%
B=34.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631931880.1600.030.2417019.4869.8
HexA3C1BC100318aa1346
Octal24330127420033025223106
Binary101000111100000110111100100000111100010101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C1BC; }

 p { color: rgb(163,193,188); }

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

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

 a { background-color: rgb(163,193,188); }

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

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

 span { border-color: rgb(163,193,188); }

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