#A0C0B5

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

Shades of Shadow Green #A0C0B5

Tints of Shadow Green #A0C0B5

Color information

#A0C0B5 (or 0xA0C0B5) is unknown color: approx Shadow Green. HEX triplet: A0, C0 and B5. RGB value is (160,192,181). Sum of RGB (Red+Green+Blue) = 160+192+181=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C0B5 is #5F3F4A. Grayscale: #B5B5B5. Windows color (decimal): -6242123 or 11911328. OLE color: 11911328.

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

Color convert

RGB160192181-
CMYK0.1700.060.25
HSL159.37º20.25%69.02%-
HSV(B)159.37º16.67%75.29%-
XYZ41.6948.5150.88-
YUV181.18127.9112.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.02%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 181 (71.09% from 255) = 33.96%
R=30.02%
G=36.02%
B=33.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601921810.1700.060.25159.3720.2569.02
HexA0C0B51106199f1445
Octal24030026521063123724105
Binary1010000011000000101101011000101101100110011111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C0B5; }

 p { color: rgb(160,192,181); }

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

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

 a { background-color: rgb(160,192,181); }

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

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

 span { border-color: rgb(160,192,181); }

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