#A2C7B6

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

Shades of Opal #A2C7B6

Tints of Opal #A2C7B6

Color information

#A2C7B6 (or 0xA2C7B6) is unknown color: approx Opal. HEX triplet: A2, C7 and B6. RGB value is (162,199,182). Sum of RGB (Red+Green+Blue) = 162+199+182=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C7B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C7B6 is #5D3849. Grayscale: #BABABA. Windows color (decimal): -6109258 or 11978658. OLE color: 11978658.

HSL color Cylindrical-coordinate representation of color #A2C7B6: hue angle of 152.43º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2C7B6 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB162199182-
CMYK0.1900.090.22
HSL152.43º24.83%70.78%-
HSV(B)152.43º18.59%78.04%-
XYZ43.7751.9151.97-
YUV186125.74110.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.83%
GREEN value IS 199 (78.12% from 255) = 36.65%
BLUE value IS 182 (71.48% from 255) = 33.52%
R=29.83%
G=36.65%
B=33.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1621991820.1900.090.22152.4324.8370.78
HexA2C7B6130916981947
Octal242307266230112623031107
Binary10100010110001111011011010011010011011010011000110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C7B6; }

 p { color: rgb(162,199,182); }

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

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

 a { background-color: rgb(162,199,182); }

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

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

 span { border-color: rgb(162,199,182); }

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