#A2CCBA

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

Shades of Opal #A2CCBA

Tints of Opal #A2CCBA

Color information

#A2CCBA (or 0xA2CCBA) is unknown color: approx Opal. HEX triplet: A2, CC and BA. RGB value is (162,204,186). Sum of RGB (Red+Green+Blue) = 162+204+186=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CCBA is #5D3345. Grayscale: #BDBDBD. Windows color (decimal): -6107974 or 12242082. OLE color: 12242082.

HSL color Cylindrical-coordinate representation of color #A2CCBA: hue angle of 154.29º 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 #A2CCBA is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB162204186-
CMYK0.2100.090.2
HSL154.29º29.17%71.76%-
HSV(B)154.29º20.59%80%-
XYZ45.3654.4154.57-
YUV189.39126.09108.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.35%
GREEN value IS 204 (80.08% from 255) = 36.96%
BLUE value IS 186 (73.05% from 255) = 33.70%
R=29.35%
G=36.96%
B=33.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1622041860.2100.090.2154.2929.1771.76
HexA2CCBA1509149a1d48
Octal242314272250112423235110
Binary10100010110011001011101010101010011010010011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CCBA; }

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

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

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

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

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

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

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

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