#A2C3B5

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

Shades of Shadow Green #A2C3B5

Tints of Shadow Green #A2C3B5

Color information

#A2C3B5 (or 0xA2C3B5) is unknown color: approx Shadow Green. HEX triplet: A2, C3 and B5. RGB value is (162,195,181). Sum of RGB (Red+Green+Blue) = 162+195+181=538 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.11% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C3B5 is #5D3C4A. Grayscale: #B7B7B7. Windows color (decimal): -6110283 or 11912098. OLE color: 11912098.

HSL color Cylindrical-coordinate representation of color #A2C3B5: hue angle of 154.55º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2C3B5 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB162195181-
CMYK0.1700.070.24
HSL154.55º21.57%70%-
HSV(B)154.55º16.92%76.47%-
XYZ42.7650.0551.12-
YUV183.54126.57112.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.11%
GREEN value IS 195 (76.56% from 255) = 36.25%
BLUE value IS 181 (71.09% from 255) = 33.64%
R=30.11%
G=36.25%
B=33.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621951810.1700.070.24154.5521.5770
HexA2C3B51107189b1646
Octal24230326521073023326106
Binary1010001011000011101101011000101111100010011011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C3B5; }

 p { color: rgb(162,195,181); }

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

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

 a { background-color: rgb(162,195,181); }

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

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

 span { border-color: rgb(162,195,181); }

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