#A3C3BA

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

Shades of Opal #A3C3BA

Tints of Opal #A3C3BA

Color information

#A3C3BA (or 0xA3C3BA) is unknown color: approx Opal. HEX triplet: A3, C3 and BA. RGB value is (163,195,186). Sum of RGB (Red+Green+Blue) = 163+195+186=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C3BA is #5C3C45. Grayscale: #B8B8B8. Windows color (decimal): -6044742 or 12239779. OLE color: 12239779.

HSL color Cylindrical-coordinate representation of color #A3C3BA: hue angle of 163.12º degrees, saturation: 0.21, 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 #A3C3BA is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB163195186-
CMYK0.1600.050.24
HSL163.12º21.05%70.2%-
HSV(B)163.12º16.41%76.47%-
XYZ43.4850.3653.88-
YUV184.41128.9112.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.96%
GREEN value IS 195 (76.56% from 255) = 35.85%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=29.96%
G=35.85%
B=34.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631951860.1600.050.24163.1221.0570.2
HexA3C3BA100518a31546
Octal24330327220053024325106
Binary1010001111000011101110101000001011100010100011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C3BA; }

 p { color: rgb(163,195,186); }

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

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

 a { background-color: rgb(163,195,186); }

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

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

 span { border-color: rgb(163,195,186); }

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