#A0C0BA

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

Shades of Shadow Green #A0C0BA

Tints of Shadow Green #A0C0BA

Color information

#A0C0BA (or 0xA0C0BA) is unknown color: approx Shadow Green. HEX triplet: A0, C0 and BA. RGB value is (160,192,186). Sum of RGB (Red+Green+Blue) = 160+192+186=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C0BA is #5F3F45. Grayscale: #B5B5B5. Windows color (decimal): -6242118 or 12239008. OLE color: 12239008.

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

Color convert

RGB160192186-
CMYK0.1700.030.25
HSL168.75º20.25%69.02%-
HSV(B)168.75º16.67%75.29%-
XYZ42.2148.7253.63-
YUV181.75130.4112.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 186 (73.05% from 255) = 34.57%
R=29.74%
G=35.69%
B=34.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601921860.1700.030.25168.7520.2569.02
HexA0C0BA110319a91445
Octal24030027221033125124105
Binary101000001100000010111010100010111100110101001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C0BA; }

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

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

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

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

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

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

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

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