#A2C3BA

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

Shades of Opal #A2C3BA

Tints of Opal #A2C3BA

Color information

#A2C3BA (or 0xA2C3BA) is unknown color: approx Opal. HEX triplet: A2, C3 and BA. RGB value is (162,195,186). Sum of RGB (Red+Green+Blue) = 162+195+186=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 195 (76.56% from 255 or 35.91% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C3BA is #5D3C45. Grayscale: #B8B8B8. Windows color (decimal): -6110278 or 12239778. OLE color: 12239778.

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

Color convert

RGB162195186-
CMYK0.1700.050.24
HSL163.64º21.57%70%-
HSV(B)163.64º16.92%76.47%-
XYZ43.2850.2653.87-
YUV184.11129.07112.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.83%
GREEN value IS 195 (76.56% from 255) = 35.91%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=29.83%
G=35.91%
B=34.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621951860.1700.050.24163.6421.5770
HexA2C3BA110518a41646
Octal24230327221053024426106
Binary1010001011000011101110101000101011100010100100101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C3BA; }

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

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

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

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

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

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

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

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