#A2CCBD

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

Shades of Opal #A2CCBD

Tints of Opal #A2CCBD

Color information

#A2CCBD (or 0xA2CCBD) is unknown color: approx Opal. HEX triplet: A2, CC and BD. RGB value is (162,204,189). Sum of RGB (Red+Green+Blue) = 162+204+189=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCBD is #5D3342. Grayscale: #BDBDBD. Windows color (decimal): -6107971 or 12438690. OLE color: 12438690.

HSL color Cylindrical-coordinate representation of color #A2CCBD: hue angle of 158.57º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CCBD is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB162204189-
CMYK0.2100.070.2
HSL158.57º29.17%71.76%-
HSV(B)158.57º20.59%80%-
XYZ45.6854.5456.26-
YUV189.73127.59108.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.19%
GREEN value IS 204 (80.08% from 255) = 36.76%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=29.19%
G=36.76%
B=34.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1622041890.2100.070.2158.5729.1771.76
HexA2CCBD1507149f1d48
Octal24231427525072423735110
Binary1010001011001100101111011010101111010010011111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CCBD; }

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

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

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

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

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

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

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

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