#A3C3B6

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

Shades of Opal #A3C3B6

Tints of Opal #A3C3B6

Color information

#A3C3B6 (or 0xA3C3B6) is unknown color: approx Opal. HEX triplet: A3, C3 and B6. RGB value is (163,195,182). Sum of RGB (Red+Green+Blue) = 163+195+182=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C3B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C3B6 is #5C3C49. Grayscale: #B7B7B7. Windows color (decimal): -6044746 or 11977635. OLE color: 11977635.

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

Color convert

RGB163195182-
CMYK0.1600.070.24
HSL155.62º21.05%70.2%-
HSV(B)155.62º16.41%76.47%-
XYZ43.0650.1951.67-
YUV183.95126.9113.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.19%
GREEN value IS 195 (76.56% from 255) = 36.11%
BLUE value IS 182 (71.48% from 255) = 33.70%
R=30.19%
G=36.11%
B=33.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631951820.1600.070.24155.6221.0570.2
HexA3C3B61007189c1546
Octal24330326620073023425106
Binary1010001111000011101101101000001111100010011100101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C3B6; }

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

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

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

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

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

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

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

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