#A2C4BE

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

Shades of Opal #A2C4BE

Tints of Opal #A2C4BE

Color information

#A2C4BE (or 0xA2C4BE) is unknown color: approx Opal. HEX triplet: A2, C4 and BE. RGB value is (162,196,190). Sum of RGB (Red+Green+Blue) = 162+196+190=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C4BE is #5D3B41. Grayscale: #B9B9B9. Windows color (decimal): -6110018 or 12502178. OLE color: 12502178.

HSL color Cylindrical-coordinate representation of color #A2C4BE: hue angle of 169.41º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2C4BE is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB162196190-
CMYK0.1700.030.23
HSL169.41º22.37%70.2%-
HSV(B)169.41º17.35%76.86%-
XYZ43.9350.8856.22-
YUV185.15130.74111.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.56%
GREEN value IS 196 (76.95% from 255) = 35.77%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=29.56%
G=35.77%
B=34.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621961900.1700.030.23169.4122.3770.2
HexA2C4BE110317a91646
Octal24230427621032725126106
Binary101000101100010010111110100010111011110101001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C4BE; }

 p { color: rgb(162,196,190); }

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

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

 a { background-color: rgb(162,196,190); }

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

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

 span { border-color: rgb(162,196,190); }

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