#A2C5BD

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

Shades of Opal #A2C5BD

Tints of Opal #A2C5BD

Color information

#A2C5BD (or 0xA2C5BD) is unknown color: approx Opal. HEX triplet: A2, C5 and BD. RGB value is (162,197,189). Sum of RGB (Red+Green+Blue) = 162+197+189=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C5BD is #5D3A42. Grayscale: #B9B9B9. Windows color (decimal): -6109763 or 12436898. OLE color: 12436898.

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

Color convert

RGB162197189-
CMYK0.1800.040.23
HSL166.29º23.18%70.39%-
HSV(B)166.29º17.77%77.25%-
XYZ44.0551.2955.72-
YUV185.62129.9111.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.56%
GREEN value IS 197 (77.34% from 255) = 35.95%
BLUE value IS 189 (74.22% from 255) = 34.49%
R=29.56%
G=35.95%
B=34.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621971890.1800.040.23166.2923.1870.39
HexA2C5BD120417a61746
Octal24230527522042724627106
Binary1010001011000101101111011001001001011110100110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C5BD; }

 p { color: rgb(162,197,189); }

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

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

 a { background-color: rgb(162,197,189); }

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

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

 span { border-color: rgb(162,197,189); }

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