#A0BEB8

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

Shades of Shadow Green #A0BEB8

Tints of Shadow Green #A0BEB8

Color information

#A0BEB8 (or 0xA0BEB8) is unknown color: approx Shadow Green. HEX triplet: A0, BE and B8. RGB value is (160,190,184). Sum of RGB (Red+Green+Blue) = 160+190+184=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEB8 is #5F4147. Grayscale: #B4B4B4. Windows color (decimal): -6242632 or 12107424. OLE color: 12107424.

HSL color Cylindrical-coordinate representation of color #A0BEB8: hue angle of 168º 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 #A0BEB8 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB160190184-
CMYK0.1600.030.25
HSL168º18.75%68.63%-
HSV(B)168º15.79%74.51%-
XYZ41.5647.7652.38-
YUV180.35130.06113.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.96%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 184 (72.27% from 255) = 34.46%
R=29.96%
G=35.58%
B=34.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901840.1600.030.2516818.7568.63
HexA0BEB8100319a81345
Octal24027627020033125023105
Binary101000001011111010111000100000111100110101000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEB8; }

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

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

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

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

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

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

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

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