#A2C2BC

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

Shades of Opal #A2C2BC

Tints of Opal #A2C2BC

Color information

#A2C2BC (or 0xA2C2BC) is unknown color: approx Opal. HEX triplet: A2, C2 and BC. RGB value is (162,194,188). Sum of RGB (Red+Green+Blue) = 162+194+188=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C2BC is #5D3D43. Grayscale: #B7B7B7. Windows color (decimal): -6110532 or 12370594. OLE color: 12370594.

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

Color convert

RGB162194188-
CMYK0.1600.030.24
HSL168.75º20.78%69.8%-
HSV(B)168.75º16.49%76.08%-
XYZ43.2749.954.93-
YUV183.75130.4112.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.78%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 188 (73.83% from 255) = 34.56%
R=29.78%
G=35.66%
B=34.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941880.1600.030.24168.7520.7869.8
HexA2C2BC100318a91546
Octal24230227420033025125106
Binary101000101100001010111100100000111100010101001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C2BC; }

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

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

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

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

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

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

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

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