#A2C2BE

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

Shades of Opal #A2C2BE

Tints of Opal #A2C2BE

Color information

#A2C2BE (or 0xA2C2BE) is unknown color: approx Opal. HEX triplet: A2, C2 and BE. RGB value is (162,194,190). Sum of RGB (Red+Green+Blue) = 162+194+190=546 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.67% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C2BE is #5D3D41. Grayscale: #B7B7B7. Windows color (decimal): -6110530 or 12501666. OLE color: 12501666.

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

Color convert

RGB162194190-
CMYK0.1600.020.24
HSL172.5º20.78%69.8%-
HSV(B)172.5º16.49%76.08%-
XYZ43.4949.9856.07-
YUV183.98131.4112.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.67%
GREEN value IS 194 (76.17% from 255) = 35.53%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=29.67%
G=35.53%
B=34.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941900.1600.020.24172.520.7869.8
HexA2C2BE100218ac1546
Octal24230227620023025425106
Binary101000101100001010111110100000101100010101100101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C2BE; }

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

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

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

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

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

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

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

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