#A0BEB6

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

Shades of Shadow Green #A0BEB6

Tints of Shadow Green #A0BEB6

Color information

#A0BEB6 (or 0xA0BEB6) is unknown color: approx Shadow Green. HEX triplet: A0, BE and B6. RGB value is (160,190,182). Sum of RGB (Red+Green+Blue) = 160+190+182=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEB6 is #5F4149. Grayscale: #B4B4B4. Windows color (decimal): -6242634 or 11976352. OLE color: 11976352.

HSL color Cylindrical-coordinate representation of color #A0BEB6: hue angle of 164º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BEB6 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB160190182-
CMYK0.1600.040.25
HSL164º18.75%68.63%-
HSV(B)164º15.79%74.51%-
XYZ41.3547.6851.28-
YUV180.12129.06113.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.08%
GREEN value IS 190 (74.61% from 255) = 35.71%
BLUE value IS 182 (71.48% from 255) = 34.21%
R=30.08%
G=35.71%
B=34.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901820.1600.040.2516418.7568.63
HexA0BEB6100419a41345
Octal24027626620043124423105
Binary1010000010111110101101101000001001100110100100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEB6; }

 p { color: rgb(160,190,182); }

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

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

 a { background-color: rgb(160,190,182); }

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

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

 span { border-color: rgb(160,190,182); }

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